Class: Aws::MediaLive::Types::OutputLocationRef
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::OutputLocationRef
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Note:
When making an API call, you may pass OutputLocationRef data as a hash:
{
destination_ref_id: "__string",
}
Reference to an OutputDestination ID defined in the channel
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#destination_ref_id ⇒ String
14928 14929 14930 14931 14932 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14928 class OutputLocationRef < Struct.new( :destination_ref_id) SENSITIVE = [] include Aws::Structure end |