Module: Aws::IVS::Client::_BatchGetStreamKeyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetStreamKeyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_control_allow_origin ⇒ ::String
- #access_control_expose_headers ⇒ ::String
- #cache_control ⇒ ::String
- #content_security_policy ⇒ ::String
- #errors ⇒ ::Array[Types::BatchError]
- #stream_keys ⇒ ::Array[Types::StreamKey]
- #strict_transport_security ⇒ ::String
- #x_content_type_options ⇒ ::String
- #x_frame_options ⇒ ::String
Instance Method Details
#access_control_allow_origin ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def cache_control: () -> ::String
|
#content_security_policy ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def content_security_policy: () -> ::String
|
#errors ⇒ ::Array[Types::BatchError]
109 |
# File 'sig/client.rbs', line 109
def errors: () -> ::Array[Types::BatchError]
|
#stream_keys ⇒ ::Array[Types::StreamKey]
108 |
# File 'sig/client.rbs', line 108
def stream_keys: () -> ::Array[Types::StreamKey]
|
#strict_transport_security ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def strict_transport_security: () -> ::String
|
#x_content_type_options ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def x_frame_options: () -> ::String
|