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