Class: Aws::Types::RouterOutputConfiguration

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

Returns the value of attribute media_connect_flow.



1955
1956
1957
# File 'sig/types.rbs', line 1955

def media_connect_flow
  @media_connect_flow
end

#media_live_inputTypes::MediaLiveInputRouterOutputConfiguration

Returns the value of attribute media_live_input.



1956
1957
1958
# File 'sig/types.rbs', line 1956

def media_live_input
  @media_live_input
end

#standardTypes::StandardRouterOutputConfiguration

Returns the value of attribute standard.



1954
1955
1956
# File 'sig/types.rbs', line 1954

def standard
  @standard
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def unknown
  @unknown
end