Class: Aws::Types::ResponseHeadersPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
-
#type ⇒ "managed", "custom"
Returns the value of attribute type.
Instance Attribute Details
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def response_headers_policy @response_headers_policy end |
#type ⇒ "managed", "custom"
Returns the value of attribute type.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def type @type end |