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.
983 984 985 |
# File 'sig/types.rbs', line 983 def allowed_result_regions @allowed_result_regions end |
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
981 982 983 |
# File 'sig/types.rbs', line 981 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.
982 983 984 |
# File 'sig/types.rbs', line 982 def auto_approved_change_request_types @auto_approved_change_request_types end |
#creator_display_name ⇒ ::String
Returns the value of attribute creator_display_name.
975 976 977 |
# File 'sig/types.rbs', line 975 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.
973 974 975 |
# File 'sig/types.rbs', line 973 def creator_member_abilities @creator_member_abilities end |
#creator_ml_member_abilities ⇒ Types::MLMemberAbilities
Returns the value of attribute creator_ml_member_abilities.
974 975 976 |
# File 'sig/types.rbs', line 974 def creator_ml_member_abilities @creator_ml_member_abilities end |
#creator_payment_configuration ⇒ Types::PaymentConfiguration
Returns the value of attribute creator_payment_configuration.
980 981 982 |
# File 'sig/types.rbs', line 980 def creator_payment_configuration @creator_payment_configuration end |
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
Returns the value of attribute data_encryption_metadata.
976 977 978 |
# File 'sig/types.rbs', line 976 def @data_encryption_metadata end |
#description ⇒ ::String
Returns the value of attribute description.
972 973 974 |
# File 'sig/types.rbs', line 972 def description @description end |
#is_metrics_enabled ⇒ Boolean
Returns the value of attribute is_metrics_enabled.
984 985 986 |
# File 'sig/types.rbs', line 984 def is_metrics_enabled @is_metrics_enabled end |
#job_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute job_log_status.
978 979 980 |
# File 'sig/types.rbs', line 978 def job_log_status @job_log_status end |
#members ⇒ ::Array[Types::MemberSpecification]
Returns the value of attribute members.
970 971 972 |
# File 'sig/types.rbs', line 970 def members @members end |
#name ⇒ ::String
Returns the value of attribute name.
971 972 973 |
# File 'sig/types.rbs', line 971 def name @name end |
#query_log_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute query_log_status.
977 978 979 |
# File 'sig/types.rbs', line 977 def query_log_status @query_log_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
979 980 981 |
# File 'sig/types.rbs', line 979 def @tags end |