Class: Aws::Types::BatchGetStreamKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetStreamKeyResponse
- 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.
-
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
-
#stream_keys ⇒ ::Array[Types::StreamKey]
Returns the value of attribute stream_keys.
-
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
-
#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.
82 83 84 |
# File 'sig/types.rbs', line 82 def access_control_allow_origin @access_control_allow_origin end |
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
83 84 85 |
# File 'sig/types.rbs', line 83 def access_control_expose_headers @access_control_expose_headers end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
84 85 86 |
# File 'sig/types.rbs', line 84 def cache_control @cache_control end |
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
85 86 87 |
# File 'sig/types.rbs', line 85 def content_security_policy @content_security_policy end |
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
90 91 92 |
# File 'sig/types.rbs', line 90 def errors @errors end |
#stream_keys ⇒ ::Array[Types::StreamKey]
Returns the value of attribute stream_keys.
89 90 91 |
# File 'sig/types.rbs', line 89 def stream_keys @stream_keys end |
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
86 87 88 |
# File 'sig/types.rbs', line 86 def strict_transport_security @strict_transport_security end |
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
87 88 89 |
# File 'sig/types.rbs', line 87 def @x_content_type_options end |
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
88 89 90 |
# File 'sig/types.rbs', line 88 def @x_frame_options end |