Class: Aws::Types::OutputDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2588
2589
2590
# File 'sig/types.rbs', line 2588

def id
  @id
end

#logical_interface_names::Array[::String]

Returns the value of attribute logical_interface_names.

Returns:

  • (::Array[::String])


2593
2594
2595
# File 'sig/types.rbs', line 2593

def logical_interface_names
  @logical_interface_names
end

#media_connect_router_settings::Array[Types::MediaConnectRouterOutputDestinationSettings]

Returns the value of attribute media_connect_router_settings.



2594
2595
2596
# File 'sig/types.rbs', line 2594

def media_connect_router_settings
  @media_connect_router_settings
end

#media_package_settings::Array[Types::MediaPackageOutputDestinationSettings]

Returns the value of attribute media_package_settings.



2589
2590
2591
# File 'sig/types.rbs', line 2589

def media_package_settings
  @media_package_settings
end

#multiplex_settingsTypes::MultiplexProgramChannelDestinationSettings

Returns the value of attribute multiplex_settings.



2590
2591
2592
# File 'sig/types.rbs', line 2590

def multiplex_settings
  @multiplex_settings
end

#settings::Array[Types::OutputDestinationSettings]

Returns the value of attribute settings.

Returns:



2591
2592
2593
# File 'sig/types.rbs', line 2591

def settings
  @settings
end

#srt_settings::Array[Types::SrtOutputDestinationSettings]

Returns the value of attribute srt_settings.



2592
2593
2594
# File 'sig/types.rbs', line 2592

def srt_settings
  @srt_settings
end