Class: Aws::Types::IdMappingTableInputSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id_namespace_association_id::String

Returns the value of attribute id_namespace_association_id.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def id_namespace_association_id
  @id_namespace_association_id
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


1680
1681
1682
# File 'sig/types.rbs', line 1680

def type
  @type
end