Class: Aws::Types::MembershipSummary
- Inherits:
-
Object
- Object
- Aws::Types::MembershipSummary
- 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_creator_account_id ⇒ ::String
Returns the value of attribute collaboration_creator_account_id.
-
#collaboration_creator_display_name ⇒ ::String
Returns the value of attribute collaboration_creator_display_name.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#collaboration_name ⇒ ::String
Returns the value of attribute collaboration_name.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#member_abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute member_abilities.
-
#ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_member_abilities.
-
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def collaboration_arn @collaboration_arn end |
#collaboration_creator_account_id ⇒ ::String
Returns the value of attribute collaboration_creator_account_id.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def collaboration_creator_account_id @collaboration_creator_account_id end |
#collaboration_creator_display_name ⇒ ::String
Returns the value of attribute collaboration_creator_display_name.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def collaboration_creator_display_name @collaboration_creator_display_name end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def collaboration_id @collaboration_id end |
#collaboration_name ⇒ ::String
Returns the value of attribute collaboration_name.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def collaboration_name @collaboration_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def id @id end |
#member_abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute member_abilities.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def member_abilities @member_abilities end |
#ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_member_abilities.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def ml_member_abilities @ml_member_abilities end |
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def payment_configuration @payment_configuration end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def update_time @update_time end |