Class: Aws::MediaLive::Types::SdiSourceMapping

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

Overview

Used in DescribeNodeSummary, DescribeNodeResult.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#card_numberInteger

A number that uniquely identifies the SDI card on the node hardware.

Returns:

  • (Integer)


21549
21550
21551
21552
21553
21554
21555
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21549

class SdiSourceMapping < Struct.new(
  :card_number,
  :channel_number,
  :sdi_source)
  SENSITIVE = []
  include Aws::Structure
end

#channel_numberInteger

A number that uniquely identifies a port on the SDI card.

Returns:

  • (Integer)


21549
21550
21551
21552
21553
21554
21555
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21549

class SdiSourceMapping < Struct.new(
  :card_number,
  :channel_number,
  :sdi_source)
  SENSITIVE = []
  include Aws::Structure
end

#sdi_sourceString

The ID of the SdiSource to associate with this port on this card. You can use the ListSdiSources operation to discover all the IDs.

Returns:

  • (String)


21549
21550
21551
21552
21553
21554
21555
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21549

class SdiSourceMapping < Struct.new(
  :card_number,
  :channel_number,
  :sdi_source)
  SENSITIVE = []
  include Aws::Structure
end