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.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def collaboration_arn @collaboration_arn end |
#collaboration_creator_account_id ⇒ ::String
Returns the value of attribute collaboration_creator_account_id.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def collaboration_creator_account_id @collaboration_creator_account_id end |
#collaboration_creator_display_name ⇒ ::String
Returns the value of attribute collaboration_creator_display_name.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def collaboration_creator_display_name @collaboration_creator_display_name end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def collaboration_id @collaboration_id end |
#collaboration_name ⇒ ::String
Returns the value of attribute collaboration_name.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def collaboration_name @collaboration_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def create_time @create_time end |
#default_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
Returns the value of attribute default_job_result_configuration.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def default_job_result_configuration @default_job_result_configuration end |
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
Returns the value of attribute default_result_configuration.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def default_result_configuration @default_result_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def id @id end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 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.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def member_abilities @member_abilities end |
#ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute ml_member_abilities.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def ml_member_abilities @ml_member_abilities end |
#payment_configuration ⇒ Types::MembershipPaymentConfiguration
Returns the value of attribute payment_configuration.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def payment_configuration @payment_configuration end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def query_log_status @query_log_status end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def update_time @update_time end |