Class: Aws::Types::BatchGetChannelResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_allow_origin::String

Returns the value of attribute access_control_allow_origin.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def x_content_type_options
  @x_content_type_options
end

#x_frame_options::String

Returns the value of attribute x_frame_options.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def x_frame_options
  @x_frame_options
end