Class: Aws::Types::IdMappingTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def arn
  @arn
end

#child_resources::Array[Types::ChildResource]

Returns the value of attribute child_resources.

Returns:



1663
1664
1665
# File 'sig/types.rbs', line 1663

def child_resources
  @child_resources
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def id
  @id
end

#input_reference_configTypes::IdMappingTableInputReferenceConfig

Returns the value of attribute input_reference_config.



1652
1653
1654
# File 'sig/types.rbs', line 1652

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdMappingTableInputReferenceProperties

Returns the value of attribute input_reference_properties.



1661
1662
1663
# File 'sig/types.rbs', line 1661

def input_reference_properties
  @input_reference_properties
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def kms_key_arn
  @kms_key_arn
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def update_time
  @update_time
end