Class: Aws::MediaLive::Types::InputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputSource
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
The settings for a PULL type input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password_param ⇒ String
The key used to extract the password from EC2 Parameter store.
-
#url ⇒ String
This represents the customer's source URL where stream is pulled from.
-
#username ⇒ String
The username for the input source.
Instance Attribute Details
#password_param ⇒ String
The key used to extract the password from EC2 Parameter store.
7523 7524 7525 7526 7527 7528 7529 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7523 class InputSource < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
This represents the customer's source URL where stream is pulled from.
7523 7524 7525 7526 7527 7528 7529 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7523 class InputSource < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username for the input source.
7523 7524 7525 7526 7527 7528 7529 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7523 class InputSource < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |