Class: Aws::Types::UpdateCloudFrontOriginAccessIdentityResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudFrontOriginAccessIdentityResult
- 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.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def cloud_front_origin_access_identity @cloud_front_origin_access_identity end |
#etag ⇒ ::String
Returns the value of attribute etag.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def etag @etag end |