Class: Aws::MediaLive::Types::InputSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputSourceRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Settings for 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.
7548 7549 7550 7551 7552 7553 7554 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7548 class InputSourceRequest < 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.
7548 7549 7550 7551 7552 7553 7554 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7548 class InputSourceRequest < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username for the input source.
7548 7549 7550 7551 7552 7553 7554 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7548 class InputSourceRequest < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |