Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigResult

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

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identity_configTypes::CloudFrontOriginAccessIdentityConfig

The origin access identity’s configuration information.



4119
4120
4121
4122
4123
# File 'lib/aws-sdk-cloudfront/types.rb', line 4119

class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new(
  :cloud_front_origin_access_identity_config,
  :etag)
  include Aws::Structure
end

#etagString

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

Returns:

  • (String)


4119
4120
4121
4122
4123
# File 'lib/aws-sdk-cloudfront/types.rb', line 4119

class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new(
  :cloud_front_origin_access_identity_config,
  :etag)
  include Aws::Structure
end