Class: Aws::Types::UpdateIdMappingTableInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdMappingTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id_mapping_table_identifier ⇒ ::String
Returns the value of attribute id_mapping_table_identifier.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def description @description end |
#id_mapping_table_identifier ⇒ ::String
Returns the value of attribute id_mapping_table_identifier.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def id_mapping_table_identifier @id_mapping_table_identifier end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def membership_identifier @membership_identifier end |