Class: Aws::Types::IdMappingTableSummary

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)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def id
  @id
end

#input_reference_configTypes::IdMappingTableInputReferenceConfig

Returns the value of attribute input_reference_config.



1700
1701
1702
# File 'sig/types.rbs', line 1700

def input_reference_config
  @input_reference_config
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def update_time
  @update_time
end