Class: Aws::MediaLive::Types::OutputLocationRef

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Reference to an OutputDestination ID defined in the channel

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_ref_idString

Returns:

  • (String)


10621
10622
10623
10624
10625
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10621

class OutputLocationRef < Struct.new(
  :destination_ref_id)
  SENSITIVE = []
  include Aws::Structure
end