Class: Aws::Types::CreateConfiguredTableAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredTableAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_identifier ⇒ ::String
Returns the value of attribute configured_table_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configured_table_identifier ⇒ ::String
Returns the value of attribute configured_table_identifier.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def configured_table_identifier @configured_table_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def @tags end |