Module: Aws::CloudFront::Client::_CreateCloudFrontOriginAccessIdentityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCloudFrontOriginAccessIdentityResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
- #etag ⇒ ::String
- #location ⇒ ::String
Instance Method Details
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
175 |
# File 'sig/client.rbs', line 175
def cloud_front_origin_access_identity: () -> Types::CloudFrontOriginAccessIdentity
|
#etag ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def etag: () -> ::String
|
#location ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def location: () -> ::String
|