Class: Aws::Types::ChannelNotBroadcasting
- Inherits:
-
Object
- Object
- Aws::Types::ChannelNotBroadcasting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_allow_origin ⇒ ::String
Returns the value of attribute access_control_allow_origin.
-
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
-
#exception_message ⇒ ::String
Returns the value of attribute exception_message.
-
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
-
#x_amzn_error_type ⇒ ::String
Returns the value of attribute x_amzn_error_type.
-
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
-
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
Instance Attribute Details
#access_control_allow_origin ⇒ ::String
Returns the value of attribute access_control_allow_origin.
147 148 149 |
# File 'sig/types.rbs', line 147 def access_control_allow_origin @access_control_allow_origin end |
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
148 149 150 |
# File 'sig/types.rbs', line 148 def access_control_expose_headers @access_control_expose_headers end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
149 150 151 |
# File 'sig/types.rbs', line 149 def cache_control @cache_control end |
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
150 151 152 |
# File 'sig/types.rbs', line 150 def content_security_policy @content_security_policy end |
#exception_message ⇒ ::String
Returns the value of attribute exception_message.
155 156 157 |
# File 'sig/types.rbs', line 155 def @exception_message end |
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
151 152 153 |
# File 'sig/types.rbs', line 151 def strict_transport_security @strict_transport_security end |
#x_amzn_error_type ⇒ ::String
Returns the value of attribute x_amzn_error_type.
154 155 156 |
# File 'sig/types.rbs', line 154 def x_amzn_error_type @x_amzn_error_type end |
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
152 153 154 |
# File 'sig/types.rbs', line 152 def @x_content_type_options end |
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
153 154 155 |
# File 'sig/types.rbs', line 153 def @x_frame_options end |