Class: Aws::Types::CreateCloudFrontOriginAccessIdentityResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudFrontOriginAccessIdentityResult
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
Returns the value of attribute cloud_front_origin_access_identity.
514 515 516 |
# File 'sig/types.rbs', line 514 def cloud_front_origin_access_identity @cloud_front_origin_access_identity end |
#etag ⇒ ::String
Returns the value of attribute etag.
516 517 518 |
# File 'sig/types.rbs', line 516 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
515 516 517 |
# File 'sig/types.rbs', line 515 def location @location end |