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.
625 626 627 |
# File 'sig/types.rbs', line 625 def analytics_engine @analytics_engine end |
#arn ⇒ ::String
Returns the value of attribute arn.
616 617 618 |
# File 'sig/types.rbs', line 616 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
620 621 622 |
# File 'sig/types.rbs', line 620 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
618 619 620 |
# File 'sig/types.rbs', line 618 def creator_account_id @creator_account_id end |
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
619 620 621 |
# File 'sig/types.rbs', line 619 def creator_display_name @creator_display_name end |
#id ⇒ ::String
Returns the value of attribute id.
615 616 617 |
# File 'sig/types.rbs', line 615 def id @id end |
#member_status ⇒ "INVITED", ...
Returns the value of attribute member_status.
622 623 624 |
# File 'sig/types.rbs', line 622 def member_status @member_status end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
617 618 619 |
# File 'sig/types.rbs', line 617 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
621 622 623 |
# File 'sig/types.rbs', line 621 def update_time @update_time end |