Class: Aws::MediaLive::Types::OutputDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::OutputDestinationSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Note:
When making an API call, you may pass OutputDestinationSettings data as a hash:
{
password_param: "__string",
stream_name: "__string",
url: "__string",
username: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password_param ⇒ String
key used to extract the password from EC2 Parameter store.
-
#stream_name ⇒ String
Stream name for RTMP destinations (URLs of type rtmp://).
-
#url ⇒ String
A URL specifying a destination.
-
#username ⇒ String
username for destination.
Instance Attribute Details
#password_param ⇒ String
key used to extract the password from EC2 Parameter store
14278 14279 14280 14281 14282 14283 14284 14285 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14278 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
Stream name for RTMP destinations (URLs of type rtmp://)
14278 14279 14280 14281 14282 14283 14284 14285 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14278 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A URL specifying a destination
14278 14279 14280 14281 14282 14283 14284 14285 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14278 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
username for destination
14278 14279 14280 14281 14282 14283 14284 14285 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14278 class OutputDestinationSettings < Struct.new( :password_param, :stream_name, :url, :username) SENSITIVE = [] include Aws::Structure end |