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.
549 550 551 |
# File 'sig/types.rbs', line 549 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
553 554 555 |
# File 'sig/types.rbs', line 553 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
554 555 556 |
# File 'sig/types.rbs', line 554 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
550 551 552 |
# File 'sig/types.rbs', line 550 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
558 559 560 |
# File 'sig/types.rbs', line 558 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
551 552 553 |
# File 'sig/types.rbs', line 551 def id @id end |
#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig
Returns the value of attribute input_reference_config.
556 557 558 |
# File 'sig/types.rbs', line 556 def input_reference_config @input_reference_config end |
#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferencePropertiesSummary
Returns the value of attribute input_reference_properties.
559 560 561 |
# File 'sig/types.rbs', line 559 def input_reference_properties @input_reference_properties end |
#name ⇒ ::String
Returns the value of attribute name.
557 558 559 |
# File 'sig/types.rbs', line 557 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
552 553 554 |
# File 'sig/types.rbs', line 552 def update_time @update_time end |