Class: Aws::Types::ConnectionAliasPermission
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionAliasPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_association ⇒ Boolean
Returns the value of attribute allow_association.
-
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
Instance Attribute Details
#allow_association ⇒ Boolean
Returns the value of attribute allow_association.
219 220 221 |
# File 'sig/types.rbs', line 219 def allow_association @allow_association end |
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def shared_account_id @shared_account_id end |