Class: Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

The returned result of the corresponding request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identityTypes::CloudFrontOriginAccessIdentity

The origin access identity's information.



12441
12442
12443
12444
12445
12446
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12441

class UpdateCloudFrontOriginAccessIdentityResult < Struct.new(
  :cloud_front_origin_access_identity,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version of the configuration. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


12441
12442
12443
12444
12445
12446
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12441

class UpdateCloudFrontOriginAccessIdentityResult < Struct.new(
  :cloud_front_origin_access_identity,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end