Class: Aws::Types::UpdateOriginAccessControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOriginAccessControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#origin_access_control_config ⇒ Types::OriginAccessControlConfig
Returns the value of attribute origin_access_control_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def if_match @if_match end |
#origin_access_control_config ⇒ Types::OriginAccessControlConfig
Returns the value of attribute origin_access_control_config.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def origin_access_control_config @origin_access_control_config end |