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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9623
9624
9625
9626
9627
# File 'lib/aws-sdk-medialive/types.rb', line 9623

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