Class: Aws::Types::IdMappingTableSummary
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingTableSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def id @id end |
#input_reference_config ⇒ Types::IdMappingTableInputReferenceConfig
Returns the value of attribute input_reference_config.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def input_reference_config @input_reference_config end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def update_time @update_time end |