Class: Aws::Types::CollaborationIdNamespaceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationIdNamespaceAssociation
- 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.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#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.
-
#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.
534 535 536 |
# File 'sig/types.rbs', line 534 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
536 537 538 |
# File 'sig/types.rbs', line 536 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
540 541 542 |
# File 'sig/types.rbs', line 540 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
538 539 540 |
# File 'sig/types.rbs', line 538 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
533 534 535 |
# File 'sig/types.rbs', line 533 def id @id end |
#id_mapping_config ⇒ Types::IdMappingConfig
Returns the value of attribute id_mapping_config.
544 545 546 |
# File 'sig/types.rbs', line 544 def id_mapping_config @id_mapping_config end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
542 543 544 |
# File 'sig/types.rbs', line 542 def input_reference_config @input_reference_config end |
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferenceProperties
Returns the value of attribute input_reference_properties.
543 544 545 |
# File 'sig/types.rbs', line 543 def input_reference_properties @input_reference_properties end |
#name ⇒ ::String
Returns the value of attribute name.
537 538 539 |
# File 'sig/types.rbs', line 537 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
541 542 543 |
# File 'sig/types.rbs', line 541 def update_time @update_time end |