Module: Aws::IVS::Client::_BatchStartViewerSessionRevocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchStartViewerSessionRevocationResponse]
- 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::BatchStartViewerSessionRevocationError]
- #strict_transport_security ⇒ ::String
- #x_content_type_options ⇒ ::String
- #x_frame_options ⇒ ::String
Instance Method Details
#access_control_allow_origin ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def cache_control: () -> ::String
|
#content_security_policy ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def content_security_policy: () -> ::String
|
#errors ⇒ ::Array[Types::BatchStartViewerSessionRevocationError]
126 |
# File 'sig/client.rbs', line 126
def errors: () -> ::Array[Types::BatchStartViewerSessionRevocationError]
|
#strict_transport_security ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def strict_transport_security: () -> ::String
|
#x_content_type_options ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def x_frame_options: () -> ::String
|