Class: Aws::Types::UpdateConfiguredTableAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfiguredTableAssociationInput
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#configured_table_association_identifier ⇒ ::String
Returns the value of attribute configured_table_association_identifier.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def configured_table_association_identifier @configured_table_association_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def membership_identifier @membership_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3277 3278 3279 |
# File 'sig/types.rbs', line 3277 def role_arn @role_arn end |