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

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_identity_configTypes::CloudFrontOriginAccessIdentityConfig

The origin access identity's configuration information.



5046
5047
5048
5049
5050
5051
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5046

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

#etagString

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

Returns:

  • (String)


5046
5047
5048
5049
5050
5051
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5046

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