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.
447 448 449 |
# File 'sig/types.rbs', line 447 def allowed_result_regions @allowed_result_regions end |
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
445 446 447 |
# File 'sig/types.rbs', line 445 def analytics_engine @analytics_engine end |
#arn ⇒ ::String
Returns the value of attribute arn.
432 433 434 |
# File 'sig/types.rbs', line 432 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.
446 447 448 |
# File 'sig/types.rbs', line 446 def auto_approved_change_types @auto_approved_change_types end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
437 438 439 |
# File 'sig/types.rbs', line 437 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
435 436 437 |
# File 'sig/types.rbs', line 435 def creator_account_id @creator_account_id end |
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
436 437 438 |
# File 'sig/types.rbs', line 436 def creator_display_name @creator_display_name end |
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
Returns the value of attribute data_encryption_metadata.
442 443 444 |
# File 'sig/types.rbs', line 442 def @data_encryption_metadata end |
#description ⇒ ::String
Returns the value of attribute description.
434 435 436 |
# File 'sig/types.rbs', line 434 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
431 432 433 |
# File 'sig/types.rbs', line 431 def id @id end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
448 449 450 |
# File 'sig/types.rbs', line 448 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
444 445 446 |
# File 'sig/types.rbs', line 444 def job_log_status @job_log_status end |
#member_status ⇒ "INVITED", ...
Returns the value of attribute member_status.
439 440 441 |
# File 'sig/types.rbs', line 439 def member_status @member_status end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
441 442 443 |
# File 'sig/types.rbs', line 441 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
433 434 435 |
# File 'sig/types.rbs', line 433 def name @name end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
443 444 445 |
# File 'sig/types.rbs', line 443 def query_log_status @query_log_status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
438 439 440 |
# File 'sig/types.rbs', line 438 def update_time @update_time end |