Class: Aws::Types::OutputDestinationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_param::String

Returns the value of attribute password_param.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def password_param
  @password_param
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def stream_name
  @stream_name
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def url
  @url
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def username
  @username
end

#virtual_source_address::String

Returns the value of attribute virtual_source_address.

Returns:

  • (::String)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def virtual_source_address
  @virtual_source_address
end