Class: Aws::Types::ConnectionAlias
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#associations ⇒ ::Array[Types::ConnectionAliasAssociation]
Returns the value of attribute associations.
-
#connection_string ⇒ ::String
Returns the value of attribute connection_string.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def alias_id @alias_id end |
#associations ⇒ ::Array[Types::ConnectionAliasAssociation]
Returns the value of attribute associations.
205 206 207 |
# File 'sig/types.rbs', line 205 def associations @associations end |
#connection_string ⇒ ::String
Returns the value of attribute connection_string.
201 202 203 |
# File 'sig/types.rbs', line 201 def connection_string @connection_string end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def owner_account_id @owner_account_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
203 204 205 |
# File 'sig/types.rbs', line 203 def state @state end |