Class: Aws::Types::CreateCollaborationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollaborationInput
- 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.
-
#auto_approved_change_request_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_request_types.
-
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
-
#creator_member_abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute creator_member_abilities.
-
#creator_ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute creator_ml_member_abilities.
-
#creator_payment_configuration ⇒ Types::PaymentConfiguration
Returns the value of attribute creator_payment_configuration.
-
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
Returns the value of attribute data_encryption_metadata.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#members ⇒ ::Array[Types::MemberSpecification]
Returns the value of attribute members.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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.
964 965 966 |
# File 'sig/types.rbs', line 964 def allowed_result_regions @allowed_result_regions end |
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
962 963 964 |
# File 'sig/types.rbs', line 962 def analytics_engine @analytics_engine end |
#auto_approved_change_request_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_request_types.
963 964 965 |
# File 'sig/types.rbs', line 963 def auto_approved_change_request_types @auto_approved_change_request_types end |
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
956 957 958 |
# File 'sig/types.rbs', line 956 def creator_display_name @creator_display_name end |
#creator_member_abilities ⇒ ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]
Returns the value of attribute creator_member_abilities.
954 955 956 |
# File 'sig/types.rbs', line 954 def creator_member_abilities @creator_member_abilities end |
#creator_ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute creator_ml_member_abilities.
955 956 957 |
# File 'sig/types.rbs', line 955 def creator_ml_member_abilities @creator_ml_member_abilities end |
#creator_payment_configuration ⇒ Types::PaymentConfiguration
Returns the value of attribute creator_payment_configuration.
961 962 963 |
# File 'sig/types.rbs', line 961 def creator_payment_configuration @creator_payment_configuration end |
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
Returns the value of attribute data_encryption_metadata.
957 958 959 |
# File 'sig/types.rbs', line 957 def @data_encryption_metadata end |
#description ⇒ ::String
Returns the value of attribute description.
953 954 955 |
# File 'sig/types.rbs', line 953 def description @description end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
965 966 967 |
# File 'sig/types.rbs', line 965 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
959 960 961 |
# File 'sig/types.rbs', line 959 def job_log_status @job_log_status end |
#members ⇒ ::Array[Types::MemberSpecification]
Returns the value of attribute members.
951 952 953 |
# File 'sig/types.rbs', line 951 def members @members end |
#name ⇒ ::String
Returns the value of attribute name.
952 953 954 |
# File 'sig/types.rbs', line 952 def name @name end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
958 959 960 |
# File 'sig/types.rbs', line 958 def query_log_status @query_log_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
960 961 962 |
# File 'sig/types.rbs', line 960 def @tags end |