Class: Aws::Types::UpdateCloudFrontOriginAccessIdentityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudFrontOriginAccessIdentityRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
Instance Attribute Details
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
Returns the value of attribute cloud_front_origin_access_identity_config.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def cloud_front_origin_access_identity_config @cloud_front_origin_access_identity_config end |
#id ⇒ ::String
Returns the value of attribute id.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def if_match @if_match end |