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.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def collaboration_arn @collaboration_arn end |
#collaboration_creator_account_id ⇒ ::String
Returns the value of attribute collaboration_creator_account_id.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def collaboration_creator_account_id @collaboration_creator_account_id end |
#collaboration_creator_display_name ⇒ ::String
Returns the value of attribute collaboration_creator_display_name.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def collaboration_creator_display_name @collaboration_creator_display_name end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def collaboration_id @collaboration_id end |
#collaboration_name ⇒ ::String
Returns the value of attribute collaboration_name.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def collaboration_name @collaboration_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 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.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def member_abilities @member_abilities end |
#ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_member_abilities.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def ml_member_abilities @ml_member_abilities end |
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def payment_configuration @payment_configuration end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def update_time @update_time end |