Class: Aws::Types::CreateConnectionAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_string ⇒ ::String
Returns the value of attribute connection_string.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connection_string ⇒ ::String
Returns the value of attribute connection_string.
261 262 263 |
# File 'sig/types.rbs', line 261 def connection_string @connection_string end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def @tags end |