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.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def configured_table_association_identifier @configured_table_association_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def membership_identifier @membership_identifier end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def role_arn @role_arn end |