Class: Aws::Types::RouterInputStreamDetails

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::FailoverRouterInputStreamDetails

Returns the value of attribute failover.



1825
1826
1827
# File 'sig/types.rbs', line 1825

def failover
  @failover
end

#media_connect_flowTypes::MediaConnectFlowRouterInputStreamDetails

Returns the value of attribute media_connect_flow.



1826
1827
1828
# File 'sig/types.rbs', line 1826

def media_connect_flow
  @media_connect_flow
end

#media_live_channelTypes::MediaLiveChannelRouterInputStreamDetails

Returns the value of attribute media_live_channel.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def media_live_channel
  @media_live_channel
end

#mergeTypes::MergeRouterInputStreamDetails

Returns the value of attribute merge.



1827
1828
1829
# File 'sig/types.rbs', line 1827

def merge
  @merge
end

#standardTypes::StandardRouterInputStreamDetails

Returns the value of attribute standard.



1823
1824
1825
# File 'sig/types.rbs', line 1823

def standard
  @standard
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def unknown
  @unknown
end