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)


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.

Returns:

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


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.

Returns:

  • (::String)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def membership_identifier
  @membership_identifier
end