Class: Aws::Types::ResponseHeadersPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Returns the value of attribute response_headers_policy_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
3198 3199 3200 |
# File 'sig/types.rbs', line 3198 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def last_modified_time @last_modified_time end |
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Returns the value of attribute response_headers_policy_config.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def response_headers_policy_config @response_headers_policy_config end |