Class: Aws::Types::OutputDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::OutputDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_param ⇒ ::String
Returns the value of attribute password_param.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#virtual_source_address ⇒ ::String
Returns the value of attribute virtual_source_address.
Instance Attribute Details
#password_param ⇒ ::String
Returns the value of attribute password_param.
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.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def stream_name @stream_name end |
#url ⇒ ::String
Returns the value of attribute url.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def url @url end |
#username ⇒ ::String
Returns the value of attribute username.
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.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def virtual_source_address @virtual_source_address end |