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.
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.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def stream_name @stream_name end |
#url ⇒ ::String
Returns the value of attribute url.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def url @url end |
#username ⇒ ::String
Returns the value of attribute username.
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.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def virtual_source_address @virtual_source_address end |