Class: Aws::Types::MemberSummary
- Inherits:
-
Object
- Object
- Aws::Types::MemberSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute abilities.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#ml_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_abilities.
-
#payment_configuration ⇒ Types::PaymentConfiguration
Returns the value of attribute payment_configuration.
-
#status ⇒ "INVITED", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute abilities.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def abilities @abilities end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def account_id @account_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def create_time @create_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def display_name @display_name end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def membership_id @membership_id end |
#ml_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_abilities.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def ml_abilities @ml_abilities end |
#payment_configuration ⇒ Types::PaymentConfiguration
Returns the value of attribute payment_configuration.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def payment_configuration @payment_configuration end |
#status ⇒ "INVITED", ...
Returns the value of attribute status.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def update_time @update_time end |