Class: Aws::Types::IdMappingTable
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#child_resources ⇒ ::Array[Types::ChildResource]
Returns the value of attribute child_resources.
-
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input_reference_config ⇒ Types::IdMappingTableInputReferenceConfig
Returns the value of attribute input_reference_config.
-
#input_reference_properties ⇒ Types::IdMappingTableInputReferenceProperties
Returns the value of attribute input_reference_properties.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
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.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def id @id end |
#input_reference_config ⇒ Types::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_properties ⇒ Types::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.
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.
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.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def update_time @update_time end |