Class: Aws::Types::IdNamespaceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::IdNamespaceAssociation
- 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.
-
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
-
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
-
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferenceProperties
Returns the value of attribute input_reference_properties.
-
#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.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def id @id end |
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def id_mapping_config @id_mapping_config end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def input_reference_config @input_reference_config end |
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferenceProperties
Returns the value of attribute input_reference_properties.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def input_reference_properties @input_reference_properties end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def update_time @update_time end |