Class: Aws::Types::BatchGetStreamKeyResponse

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:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

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:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def access_control_expose_headers
  @access_control_expose_headers
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def cache_control
  @cache_control
end

#content_security_policy::String

Returns the value of attribute content_security_policy.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def content_security_policy
  @content_security_policy
end

#errors::Array[Types::BatchError]

Returns the value of attribute errors.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def errors
  @errors
end

#stream_keys::Array[Types::StreamKey]

Returns the value of attribute stream_keys.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def stream_keys
  @stream_keys
end

#strict_transport_security::String

Returns the value of attribute strict_transport_security.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def strict_transport_security
  @strict_transport_security
end

#x_content_type_options::String

Returns the value of attribute x_content_type_options.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def x_content_type_options
  @x_content_type_options
end

#x_frame_options::String

Returns the value of attribute x_frame_options.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def x_frame_options
  @x_frame_options
end