Class: Aws::Types::BatchGetChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetChannelResponse
- 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.
-
#channels ⇒ ::Array[Types::Channel]
Returns the value of attribute channels.
-
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
-
#errors ⇒ ::Array[Types::BatchError]
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.
64 65 66 |
# File 'sig/types.rbs', line 64 def access_control_allow_origin @access_control_allow_origin end |
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
65 66 67 |
# File 'sig/types.rbs', line 65 def access_control_expose_headers @access_control_expose_headers end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
66 67 68 |
# File 'sig/types.rbs', line 66 def cache_control @cache_control end |
#channels ⇒ ::Array[Types::Channel]
Returns the value of attribute channels.
71 72 73 |
# File 'sig/types.rbs', line 71 def channels @channels end |
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
67 68 69 |
# File 'sig/types.rbs', line 67 def content_security_policy @content_security_policy end |
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
72 73 74 |
# File 'sig/types.rbs', line 72 def errors @errors end |
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
68 69 70 |
# File 'sig/types.rbs', line 68 def strict_transport_security @strict_transport_security end |
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
69 70 71 |
# File 'sig/types.rbs', line 69 def @x_content_type_options end |
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
70 71 72 |
# File 'sig/types.rbs', line 70 def @x_frame_options end |