Module: Aws::IVS::Client::_BatchGetChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_control_allow_origin ⇒ ::String
- #access_control_expose_headers ⇒ ::String
- #cache_control ⇒ ::String
- #channels ⇒ ::Array[Types::Channel]
- #content_security_policy ⇒ ::String
- #errors ⇒ ::Array[Types::BatchError]
- #strict_transport_security ⇒ ::String
- #x_content_type_options ⇒ ::String
- #x_frame_options ⇒ ::String
Instance Method Details
#access_control_allow_origin ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def cache_control: () -> ::String
|
#channels ⇒ ::Array[Types::Channel]
90 |
# File 'sig/client.rbs', line 90
def channels: () -> ::Array[Types::Channel]
|
#content_security_policy ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def content_security_policy: () -> ::String
|
#errors ⇒ ::Array[Types::BatchError]
91 |
# File 'sig/client.rbs', line 91
def errors: () -> ::Array[Types::BatchError]
|
#strict_transport_security ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def strict_transport_security: () -> ::String
|
#x_content_type_options ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def x_frame_options: () -> ::String
|