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.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def id_mapping_table_identifier @id_mapping_table_identifier end |
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def job_type @job_type end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def membership_identifier @membership_identifier end |