Class: Aws::Types::GetCloudFrontOriginAccessIdentityConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudFrontOriginAccessIdentityConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
Returns the value of attribute cloud_front_origin_access_identity_config.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
Returns the value of attribute cloud_front_origin_access_identity_config.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def cloud_front_origin_access_identity_config @cloud_front_origin_access_identity_config end |
#etag ⇒ ::String
Returns the value of attribute etag.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def etag @etag end |