Class: Aws::Types::PopulateIdMappingTableInput
- Inherits:
-
Object
- Object
- Aws::Types::PopulateIdMappingTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_mapping_table_identifier ⇒ ::String
Returns the value of attribute id_mapping_table_identifier.
-
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#id_mapping_table_identifier ⇒ ::String
Returns the value of attribute id_mapping_table_identifier.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def id_mapping_table_identifier @id_mapping_table_identifier end |
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def job_type @job_type end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def membership_identifier @membership_identifier end |