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)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def arn
  @arn
end

#child_resources::Array[Types::ChildResource]

Returns the value of attribute child_resources.

Returns:



1644
1645
1646
# File 'sig/types.rbs', line 1644

def child_resources
  @child_resources
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def id
  @id
end

#input_reference_configTypes::IdMappingTableInputReferenceConfig

Returns the value of attribute input_reference_config.



1633
1634
1635
# File 'sig/types.rbs', line 1633

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdMappingTableInputReferenceProperties

Returns the value of attribute input_reference_properties.



1642
1643
1644
# File 'sig/types.rbs', line 1642

def input_reference_properties
  @input_reference_properties
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def kms_key_arn
  @kms_key_arn
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def update_time
  @update_time
end