Class: Aws::Types::GetConfiguredTableAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredTableAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#configured_table_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def configured_table_association_identifier @configured_table_association_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def membership_identifier @membership_identifier end |