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:



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

def password_param
  @password_param
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



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

def stream_name
  @stream_name
end

#url::String

Returns the value of attribute url.

Returns:



2605
2606
2607
# File 'sig/types.rbs', line 2605

def url
  @url
end

#username::String

Returns the value of attribute username.

Returns:



2606
2607
2608
# File 'sig/types.rbs', line 2606

def username
  @username
end

#virtual_source_address::String

Returns the value of attribute virtual_source_address.

Returns:



2607
2608
2609
# File 'sig/types.rbs', line 2607

def virtual_source_address
  @virtual_source_address
end