Class: Aws::Types::UpdateEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#airflow_configuration_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute airflow_configuration_options.
-
#airflow_version ⇒ ::String
Returns the value of attribute airflow_version.
-
#dag_s3_path ⇒ ::String
Returns the value of attribute dag_s3_path.
-
#environment_class ⇒ ::String
Returns the value of attribute environment_class.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#logging_configuration ⇒ Types::LoggingConfigurationInput
Returns the value of attribute logging_configuration.
-
#max_webservers ⇒ ::Integer
Returns the value of attribute max_webservers.
-
#max_workers ⇒ ::Integer
Returns the value of attribute max_workers.
-
#min_webservers ⇒ ::Integer
Returns the value of attribute min_webservers.
-
#min_workers ⇒ ::Integer
Returns the value of attribute min_workers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::UpdateNetworkConfigurationInput
Returns the value of attribute network_configuration.
-
#plugins_s3_object_version ⇒ ::String
Returns the value of attribute plugins_s3_object_version.
-
#plugins_s3_path ⇒ ::String
Returns the value of attribute plugins_s3_path.
-
#requirements_s3_object_version ⇒ ::String
Returns the value of attribute requirements_s3_object_version.
-
#requirements_s3_path ⇒ ::String
Returns the value of attribute requirements_s3_path.
-
#schedulers ⇒ ::Integer
Returns the value of attribute schedulers.
-
#source_bucket_arn ⇒ ::String
Returns the value of attribute source_bucket_arn.
-
#startup_script_s3_object_version ⇒ ::String
Returns the value of attribute startup_script_s3_object_version.
-
#startup_script_s3_path ⇒ ::String
Returns the value of attribute startup_script_s3_path.
-
#webserver_access_mode ⇒ "PRIVATE_ONLY", ...
Returns the value of attribute webserver_access_mode.
-
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
-
#worker_replacement_strategy ⇒ "FORCED", "GRACEFUL"
Returns the value of attribute worker_replacement_strategy.
Instance Attribute Details
#airflow_configuration_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute airflow_configuration_options.
294 295 296 |
# File 'sig/types.rbs', line 294 def end |
#airflow_version ⇒ ::String
Returns the value of attribute airflow_version.
295 296 297 |
# File 'sig/types.rbs', line 295 def airflow_version @airflow_version end |
#dag_s3_path ⇒ ::String
Returns the value of attribute dag_s3_path.
296 297 298 |
# File 'sig/types.rbs', line 296 def dag_s3_path @dag_s3_path end |
#environment_class ⇒ ::String
Returns the value of attribute environment_class.
297 298 299 |
# File 'sig/types.rbs', line 297 def environment_class @environment_class end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
293 294 295 |
# File 'sig/types.rbs', line 293 def execution_role_arn @execution_role_arn end |
#logging_configuration ⇒ Types::LoggingConfigurationInput
Returns the value of attribute logging_configuration.
298 299 300 |
# File 'sig/types.rbs', line 298 def logging_configuration @logging_configuration end |
#max_webservers ⇒ ::Integer
Returns the value of attribute max_webservers.
301 302 303 |
# File 'sig/types.rbs', line 301 def max_webservers @max_webservers end |
#max_workers ⇒ ::Integer
Returns the value of attribute max_workers.
299 300 301 |
# File 'sig/types.rbs', line 299 def max_workers @max_workers end |
#min_webservers ⇒ ::Integer
Returns the value of attribute min_webservers.
302 303 304 |
# File 'sig/types.rbs', line 302 def min_webservers @min_webservers end |
#min_workers ⇒ ::Integer
Returns the value of attribute min_workers.
300 301 302 |
# File 'sig/types.rbs', line 300 def min_workers @min_workers end |
#name ⇒ ::String
Returns the value of attribute name.
292 293 294 |
# File 'sig/types.rbs', line 292 def name @name end |
#network_configuration ⇒ Types::UpdateNetworkConfigurationInput
Returns the value of attribute network_configuration.
304 305 306 |
# File 'sig/types.rbs', line 304 def network_configuration @network_configuration end |
#plugins_s3_object_version ⇒ ::String
Returns the value of attribute plugins_s3_object_version.
306 307 308 |
# File 'sig/types.rbs', line 306 def plugins_s3_object_version @plugins_s3_object_version end |
#plugins_s3_path ⇒ ::String
Returns the value of attribute plugins_s3_path.
305 306 307 |
# File 'sig/types.rbs', line 305 def plugins_s3_path @plugins_s3_path end |
#requirements_s3_object_version ⇒ ::String
Returns the value of attribute requirements_s3_object_version.
308 309 310 |
# File 'sig/types.rbs', line 308 def requirements_s3_object_version @requirements_s3_object_version end |
#requirements_s3_path ⇒ ::String
Returns the value of attribute requirements_s3_path.
307 308 309 |
# File 'sig/types.rbs', line 307 def requirements_s3_path @requirements_s3_path end |
#schedulers ⇒ ::Integer
Returns the value of attribute schedulers.
309 310 311 |
# File 'sig/types.rbs', line 309 def schedulers @schedulers end |
#source_bucket_arn ⇒ ::String
Returns the value of attribute source_bucket_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def source_bucket_arn @source_bucket_arn end |
#startup_script_s3_object_version ⇒ ::String
Returns the value of attribute startup_script_s3_object_version.
312 313 314 |
# File 'sig/types.rbs', line 312 def startup_script_s3_object_version @startup_script_s3_object_version end |
#startup_script_s3_path ⇒ ::String
Returns the value of attribute startup_script_s3_path.
311 312 313 |
# File 'sig/types.rbs', line 311 def startup_script_s3_path @startup_script_s3_path end |
#webserver_access_mode ⇒ "PRIVATE_ONLY", ...
Returns the value of attribute webserver_access_mode.
313 314 315 |
# File 'sig/types.rbs', line 313 def webserver_access_mode @webserver_access_mode end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
314 315 316 |
# File 'sig/types.rbs', line 314 def weekly_maintenance_window_start @weekly_maintenance_window_start end |
#worker_replacement_strategy ⇒ "FORCED", "GRACEFUL"
Returns the value of attribute worker_replacement_strategy.
303 304 305 |
# File 'sig/types.rbs', line 303 def worker_replacement_strategy @worker_replacement_strategy end |