Class: Aws::Types::PopulateIdMappingTableInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_table_identifier::String

Returns the value of attribute id_mapping_table_identifier.

Returns:

  • (::String)


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.

Returns:

  • ("BATCH", "INCREMENTAL", "DELETE_ONLY")


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.

Returns:

  • (::String)


2456
2457
2458
# File 'sig/types.rbs', line 2456

def membership_identifier
  @membership_identifier
end