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.
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.
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.
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.
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.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def id @id end |
#input_reference_config ⇒ Types::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_properties ⇒ Types::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.
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.
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.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def update_time @update_time end |