Class: Aws::Types::RouterOutputStreamDetails

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

Defined Under Namespace

Classes: MediaConnectFlow, MediaLiveInput, Standard, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#media_connect_flowTypes::MediaConnectFlowRouterOutputStreamDetails

Returns the value of attribute media_connect_flow.



2029
2030
2031
# File 'sig/types.rbs', line 2029

def media_connect_flow
  @media_connect_flow
end

#media_live_inputTypes::MediaLiveInputRouterOutputStreamDetails

Returns the value of attribute media_live_input.



2030
2031
2032
# File 'sig/types.rbs', line 2030

def media_live_input
  @media_live_input
end

#standardTypes::StandardRouterOutputStreamDetails

Returns the value of attribute standard.



2028
2029
2030
# File 'sig/types.rbs', line 2028

def standard
  @standard
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def unknown
  @unknown
end