Class: Aws::Types::GetCloudFrontOriginAccessIdentityResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudFrontOriginAccessIdentityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
Returns the value of attribute cloud_front_origin_access_identity.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
Returns the value of attribute cloud_front_origin_access_identity.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def cloud_front_origin_access_identity @cloud_front_origin_access_identity end |
#etag ⇒ ::String
Returns the value of attribute etag.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def etag @etag end |