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.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def configured_table_identifier @configured_table_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def @tags end |