Class: Aws::Types::CollaborationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#member_status ⇒ "INVITED", ...
Returns the value of attribute member_status.
-
#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
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
614 615 616 |
# File 'sig/types.rbs', line 614 def analytics_engine @analytics_engine end |
#arn ⇒ ::String
Returns the value of attribute arn.
605 606 607 |
# File 'sig/types.rbs', line 605 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
609 610 611 |
# File 'sig/types.rbs', line 609 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def creator_account_id @creator_account_id end |
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
608 609 610 |
# File 'sig/types.rbs', line 608 def creator_display_name @creator_display_name end |
#id ⇒ ::String
Returns the value of attribute id.
604 605 606 |
# File 'sig/types.rbs', line 604 def id @id end |
#member_status ⇒ "INVITED", ...
Returns the value of attribute member_status.
611 612 613 |
# File 'sig/types.rbs', line 611 def member_status @member_status end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
613 614 615 |
# File 'sig/types.rbs', line 613 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
612 613 614 |
# File 'sig/types.rbs', line 612 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
606 607 608 |
# File 'sig/types.rbs', line 606 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
610 611 612 |
# File 'sig/types.rbs', line 610 def update_time @update_time end |