Class: Aws::Types::AssociateConnectionAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateConnectionAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def alias_id @alias_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def resource_id @resource_id end |