Class: Aws::MediaLive::Types::InputAttachment

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_input_failover_settingsTypes::AutomaticInputFailoverSettings

User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.



6376
6377
6378
6379
6380
6381
6382
6383
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6376

class InputAttachment < Struct.new(
  :automatic_input_failover_settings,
  :input_attachment_name,
  :input_id,
  :input_settings)
  SENSITIVE = []
  include Aws::Structure
end

#input_attachment_nameString

User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.

Returns:

  • (String)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6376

class InputAttachment < Struct.new(
  :automatic_input_failover_settings,
  :input_attachment_name,
  :input_id,
  :input_settings)
  SENSITIVE = []
  include Aws::Structure
end

#input_idString

The ID of the input

Returns:

  • (String)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6376

class InputAttachment < Struct.new(
  :automatic_input_failover_settings,
  :input_attachment_name,
  :input_id,
  :input_settings)
  SENSITIVE = []
  include Aws::Structure
end

#input_settingsTypes::InputSettings

Settings of an input (caption selector, etc.)



6376
6377
6378
6379
6380
6381
6382
6383
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6376

class InputAttachment < Struct.new(
  :automatic_input_failover_settings,
  :input_attachment_name,
  :input_id,
  :input_settings)
  SENSITIVE = []
  include Aws::Structure
end