Class: Aws::IVS::Types::BatchGetChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_allow_originString

See Access-Control-Allow-Origin in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#access_control_expose_headersString

See Access-Control-Expose-Headers in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#cache_controlString

See Cache-Control in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#channelsArray<Types::Channel>

Returns:



274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#content_security_policyString

See Content-Security-Policy in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchError>

Each error object is related to a specific ARN in the request.

Returns:



274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#strict_transport_securityString

See Strict-Transport-Security in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#x_content_type_optionsString

See X-Content-Type-Options in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#x_frame_optionsString

See X-Frame-Options in the MDN Web Docs.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 274

class BatchGetChannelResponse < Struct.new(
  :access_control_allow_origin,
  :access_control_expose_headers,
  :cache_control,
  :content_security_policy,
  :strict_transport_security,
  :x_content_type_options,
  :x_frame_options,
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end