Class: Aws::Types::CollaborationIdNamespaceAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationIdNamespaceAssociationSummary
- 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.
-
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
-
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferencePropertiesSummary
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.
560 561 562 |
# File 'sig/types.rbs', line 560 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
564 565 566 |
# File 'sig/types.rbs', line 564 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
561 562 563 |
# File 'sig/types.rbs', line 561 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
569 570 571 |
# File 'sig/types.rbs', line 569 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
562 563 564 |
# File 'sig/types.rbs', line 562 def id @id end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
567 568 569 |
# File 'sig/types.rbs', line 567 def input_reference_config @input_reference_config end |
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferencePropertiesSummary
Returns the value of attribute input_reference_properties.
570 571 572 |
# File 'sig/types.rbs', line 570 def input_reference_properties @input_reference_properties end |
#name ⇒ ::String
Returns the value of attribute name.
568 569 570 |
# File 'sig/types.rbs', line 568 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
563 564 565 |
# File 'sig/types.rbs', line 563 def update_time @update_time end |