Class: Aws::MediaLive::Types::InputSourceRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#password_paramString

The key used to extract the password from EC2 Parameter store.

Returns:

  • (String)


7326
7327
7328
7329
7330
7331
7332
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7326

class InputSourceRequest < Struct.new(
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

This represents the customer's source URL where stream is pulled from.

Returns:

  • (String)


7326
7327
7328
7329
7330
7331
7332
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7326

class InputSourceRequest < Struct.new(
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The username for the input source.

Returns:

  • (String)


7326
7327
7328
7329
7330
7331
7332
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7326

class InputSourceRequest < Struct.new(
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end