Class: Aws::Types::WorkGroupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkGroupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_configuration ⇒ ::String
Returns the value of attribute additional_configuration.
-
#bytes_scanned_cutoff_per_query ⇒ ::Integer
Returns the value of attribute bytes_scanned_cutoff_per_query.
-
#customer_content_encryption_configuration ⇒ Types::CustomerContentEncryptionConfiguration
Returns the value of attribute customer_content_encryption_configuration.
-
#enable_minimum_encryption_configuration ⇒ Boolean
Returns the value of attribute enable_minimum_encryption_configuration.
-
#enforce_work_group_configuration ⇒ Boolean
Returns the value of attribute enforce_work_group_configuration.
-
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
-
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
-
#managed_query_results_configuration ⇒ Types::ManagedQueryResultsConfiguration
Returns the value of attribute managed_query_results_configuration.
-
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
-
#publish_cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute publish_cloud_watch_metrics_enabled.
-
#query_results_s3_access_grants_configuration ⇒ Types::QueryResultsS3AccessGrantsConfiguration
Returns the value of attribute query_results_s3_access_grants_configuration.
-
#requester_pays_enabled ⇒ Boolean
Returns the value of attribute requester_pays_enabled.
-
#result_configuration ⇒ Types::ResultConfiguration
Returns the value of attribute result_configuration.
Instance Attribute Details
#additional_configuration ⇒ ::String
Returns the value of attribute additional_configuration.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def additional_configuration @additional_configuration end |
#bytes_scanned_cutoff_per_query ⇒ ::Integer
Returns the value of attribute bytes_scanned_cutoff_per_query.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def bytes_scanned_cutoff_per_query @bytes_scanned_cutoff_per_query end |
#customer_content_encryption_configuration ⇒ Types::CustomerContentEncryptionConfiguration
Returns the value of attribute customer_content_encryption_configuration.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def customer_content_encryption_configuration @customer_content_encryption_configuration end |
#enable_minimum_encryption_configuration ⇒ Boolean
Returns the value of attribute enable_minimum_encryption_configuration.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def enable_minimum_encryption_configuration @enable_minimum_encryption_configuration end |
#enforce_work_group_configuration ⇒ Boolean
Returns the value of attribute enforce_work_group_configuration.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def enforce_work_group_configuration @enforce_work_group_configuration end |
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def engine_configuration @engine_configuration end |
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def engine_version @engine_version end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def execution_role @execution_role end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def identity_center_configuration @identity_center_configuration end |
#managed_query_results_configuration ⇒ Types::ManagedQueryResultsConfiguration
Returns the value of attribute managed_query_results_configuration.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def managed_query_results_configuration @managed_query_results_configuration end |
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def monitoring_configuration @monitoring_configuration end |
#publish_cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute publish_cloud_watch_metrics_enabled.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def publish_cloud_watch_metrics_enabled @publish_cloud_watch_metrics_enabled end |
#query_results_s3_access_grants_configuration ⇒ Types::QueryResultsS3AccessGrantsConfiguration
Returns the value of attribute query_results_s3_access_grants_configuration.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def query_results_s3_access_grants_configuration @query_results_s3_access_grants_configuration end |
#requester_pays_enabled ⇒ Boolean
Returns the value of attribute requester_pays_enabled.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def requester_pays_enabled @requester_pays_enabled end |
#result_configuration ⇒ Types::ResultConfiguration
Returns the value of attribute result_configuration.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def result_configuration @result_configuration end |