Class: Aws::Types::Membership
- Inherits:
-
Object
- Object
- Aws::Types::Membership
- 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.
-
#default_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
Returns the value of attribute default_job_result_configuration.
-
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
Returns the value of attribute default_result_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
-
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
-
#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.
-
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
-
#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.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def collaboration_arn @collaboration_arn end |
#collaboration_creator_account_id ⇒ ::String
Returns the value of attribute collaboration_creator_account_id.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def collaboration_creator_account_id @collaboration_creator_account_id end |
#collaboration_creator_display_name ⇒ ::String
Returns the value of attribute collaboration_creator_display_name.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def collaboration_creator_display_name @collaboration_creator_display_name end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def collaboration_id @collaboration_id end |
#collaboration_name ⇒ ::String
Returns the value of attribute collaboration_name.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def collaboration_name @collaboration_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def create_time @create_time end |
#default_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
Returns the value of attribute default_job_result_configuration.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def default_job_result_configuration @default_job_result_configuration end |
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
Returns the value of attribute default_result_configuration.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def default_result_configuration @default_result_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def id @id end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def job_log_status @job_log_status end |
#member_abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute member_abilities.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def member_abilities @member_abilities end |
#ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_member_abilities.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def ml_member_abilities @ml_member_abilities end |
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def payment_configuration @payment_configuration end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def query_log_status @query_log_status end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def update_time @update_time end |