Class: Aws::Types::BatchStartViewerSessionRevocationResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchStartViewerSessionRevocationResponse
- 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::BatchStartViewerSessionRevocationError]
Returns the value of attribute errors.
-
#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.
108 109 110 |
# File 'sig/types.rbs', line 108 def access_control_allow_origin @access_control_allow_origin end |
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
109 110 111 |
# File 'sig/types.rbs', line 109 def access_control_expose_headers @access_control_expose_headers end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
110 111 112 |
# File 'sig/types.rbs', line 110 def cache_control @cache_control end |
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
111 112 113 |
# File 'sig/types.rbs', line 111 def content_security_policy @content_security_policy end |
#errors ⇒ ::Array[Types::BatchStartViewerSessionRevocationError]
Returns the value of attribute errors.
115 116 117 |
# File 'sig/types.rbs', line 115 def errors @errors end |
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
112 113 114 |
# File 'sig/types.rbs', line 112 def strict_transport_security @strict_transport_security end |
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
113 114 115 |
# File 'sig/types.rbs', line 113 def @x_content_type_options end |
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
114 115 116 |
# File 'sig/types.rbs', line 114 def @x_frame_options end |