Class: Aws::Types::WorkGroupConfigurationUpdates
- Inherits:
-
Object
- Object
- Aws::Types::WorkGroupConfigurationUpdates
- 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.
-
#managed_query_results_configuration_updates ⇒ Types::ManagedQueryResultsConfigurationUpdates
Returns the value of attribute managed_query_results_configuration_updates.
-
#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.
-
#remove_bytes_scanned_cutoff_per_query ⇒ Boolean
Returns the value of attribute remove_bytes_scanned_cutoff_per_query.
-
#remove_customer_content_encryption_configuration ⇒ Boolean
Returns the value of attribute remove_customer_content_encryption_configuration.
-
#requester_pays_enabled ⇒ Boolean
Returns the value of attribute requester_pays_enabled.
-
#result_configuration_updates ⇒ Types::ResultConfigurationUpdates
Returns the value of attribute result_configuration_updates.
Instance Attribute Details
#additional_configuration ⇒ ::String
Returns the value of attribute additional_configuration.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def additional_configuration @additional_configuration end |
#bytes_scanned_cutoff_per_query ⇒ ::Integer
Returns the value of attribute bytes_scanned_cutoff_per_query.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 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.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def customer_content_encryption_configuration @customer_content_encryption_configuration end |
#enable_minimum_encryption_configuration ⇒ Boolean
Returns the value of attribute enable_minimum_encryption_configuration.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def enable_minimum_encryption_configuration @enable_minimum_encryption_configuration end |
#enforce_work_group_configuration ⇒ Boolean
Returns the value of attribute enforce_work_group_configuration.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def enforce_work_group_configuration @enforce_work_group_configuration end |
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def engine_configuration @engine_configuration end |
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def engine_version @engine_version end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def execution_role @execution_role end |
#managed_query_results_configuration_updates ⇒ Types::ManagedQueryResultsConfigurationUpdates
Returns the value of attribute managed_query_results_configuration_updates.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def managed_query_results_configuration_updates @managed_query_results_configuration_updates end |
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def monitoring_configuration @monitoring_configuration end |
#publish_cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute publish_cloud_watch_metrics_enabled.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 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.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def query_results_s3_access_grants_configuration @query_results_s3_access_grants_configuration end |
#remove_bytes_scanned_cutoff_per_query ⇒ Boolean
Returns the value of attribute remove_bytes_scanned_cutoff_per_query.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def remove_bytes_scanned_cutoff_per_query @remove_bytes_scanned_cutoff_per_query end |
#remove_customer_content_encryption_configuration ⇒ Boolean
Returns the value of attribute remove_customer_content_encryption_configuration.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def remove_customer_content_encryption_configuration @remove_customer_content_encryption_configuration end |
#requester_pays_enabled ⇒ Boolean
Returns the value of attribute requester_pays_enabled.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def requester_pays_enabled @requester_pays_enabled end |
#result_configuration_updates ⇒ Types::ResultConfigurationUpdates
Returns the value of attribute result_configuration_updates.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def result_configuration_updates @result_configuration_updates end |