Class: Aws::Types::RouterInputConfiguration

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

Defined Under Namespace

Classes: Failover, MediaConnectFlow, MediaLiveChannel, Merge, Standard, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failoverTypes::FailoverRouterInputConfiguration

Returns the value of attribute failover.



1730
1731
1732
# File 'sig/types.rbs', line 1730

def failover
  @failover
end

#media_connect_flowTypes::MediaConnectFlowRouterInputConfiguration

Returns the value of attribute media_connect_flow.



1731
1732
1733
# File 'sig/types.rbs', line 1731

def media_connect_flow
  @media_connect_flow
end

#media_live_channelTypes::MediaLiveChannelRouterInputConfiguration

Returns the value of attribute media_live_channel.



1729
1730
1731
# File 'sig/types.rbs', line 1729

def media_live_channel
  @media_live_channel
end

#mergeTypes::MergeRouterInputConfiguration

Returns the value of attribute merge.



1732
1733
1734
# File 'sig/types.rbs', line 1732

def merge
  @merge
end

#standardTypes::StandardRouterInputConfiguration

Returns the value of attribute standard.



1728
1729
1730
# File 'sig/types.rbs', line 1728

def standard
  @standard
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def unknown
  @unknown
end