Class: Aws::MediaLive::Types::OutputDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#password_paramString

key used to extract the password from EC2 Parameter store

Returns:

  • (String)


9879
9880
9881
9882
9883
9884
9885
9886
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9879

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

#stream_nameString

Stream name for RTMP destinations (URLs of type rtmp://)

Returns:

  • (String)


9879
9880
9881
9882
9883
9884
9885
9886
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9879

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

#urlString

A URL specifying a destination

Returns:

  • (String)


9879
9880
9881
9882
9883
9884
9885
9886
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9879

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

#usernameString

username for destination

Returns:

  • (String)


9879
9880
9881
9882
9883
9884
9885
9886
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9879

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