Class: Aws::Types::ConnectionAliasAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionAliasAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_account_id ⇒ ::String
Returns the value of attribute associated_account_id.
-
#association_status ⇒ "NOT_ASSOCIATED", ...
Returns the value of attribute association_status.
-
#connection_identifier ⇒ ::String
Returns the value of attribute connection_identifier.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#associated_account_id ⇒ ::String
Returns the value of attribute associated_account_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def associated_account_id @associated_account_id end |
#association_status ⇒ "NOT_ASSOCIATED", ...
Returns the value of attribute association_status.
210 211 212 |
# File 'sig/types.rbs', line 210 def association_status @association_status end |
#connection_identifier ⇒ ::String
Returns the value of attribute connection_identifier.
213 214 215 |
# File 'sig/types.rbs', line 213 def connection_identifier @connection_identifier end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def resource_id @resource_id end |