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.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def id @id end |
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def id_mapping_config @id_mapping_config end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def input_reference_config @input_reference_config end |
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferenceProperties
Returns the value of attribute input_reference_properties.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def input_reference_properties @input_reference_properties end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def update_time @update_time end |