Class: Aws::Types::Collaboration
- Inherits:
-
Object
- Object
- Aws::Types::Collaboration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_result_regions ⇒ ::Array[("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1")]
Returns the value of attribute allowed_result_regions.
-
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_approved_change_types ⇒ ::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]
Returns the value of attribute auto_approved_change_types.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
-
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
Returns the value of attribute data_encryption_metadata.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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_status ⇒ "INVITED", ...
Returns the value of attribute member_status.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#allowed_result_regions ⇒ ::Array[("us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1")]
Returns the value of attribute allowed_result_regions.
436 437 438 |
# File 'sig/types.rbs', line 436 def allowed_result_regions @allowed_result_regions end |
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
434 435 436 |
# File 'sig/types.rbs', line 434 def analytics_engine @analytics_engine end |
#arn ⇒ ::String
Returns the value of attribute arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def arn @arn end |
#auto_approved_change_types ⇒ ::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]
Returns the value of attribute auto_approved_change_types.
435 436 437 |
# File 'sig/types.rbs', line 435 def auto_approved_change_types @auto_approved_change_types end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
426 427 428 |
# File 'sig/types.rbs', line 426 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
424 425 426 |
# File 'sig/types.rbs', line 424 def creator_account_id @creator_account_id end |
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
425 426 427 |
# File 'sig/types.rbs', line 425 def creator_display_name @creator_display_name end |
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
Returns the value of attribute data_encryption_metadata.
431 432 433 |
# File 'sig/types.rbs', line 431 def @data_encryption_metadata end |
#description ⇒ ::String
Returns the value of attribute description.
423 424 425 |
# File 'sig/types.rbs', line 423 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
420 421 422 |
# File 'sig/types.rbs', line 420 def id @id end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
437 438 439 |
# File 'sig/types.rbs', line 437 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
433 434 435 |
# File 'sig/types.rbs', line 433 def job_log_status @job_log_status end |
#member_status ⇒ "INVITED", ...
Returns the value of attribute member_status.
428 429 430 |
# File 'sig/types.rbs', line 428 def member_status @member_status end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
430 431 432 |
# File 'sig/types.rbs', line 430 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
429 430 431 |
# File 'sig/types.rbs', line 429 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
422 423 424 |
# File 'sig/types.rbs', line 422 def name @name end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
432 433 434 |
# File 'sig/types.rbs', line 432 def query_log_status @query_log_status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
427 428 429 |
# File 'sig/types.rbs', line 427 def update_time @update_time end |