Class: Aws::Types::CreateComputeEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputeEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
-
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
-
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
-
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
Instance Attribute Details
#compute_environment_name ⇒ ::String
Returns the value of attribute compute_environment_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def compute_environment_name @compute_environment_name end |
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
295 296 297 |
# File 'sig/types.rbs', line 295 def compute_resources @compute_resources end |
#context ⇒ ::String
Returns the value of attribute context.
299 300 301 |
# File 'sig/types.rbs', line 299 def context @context end |
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
300 301 302 |
# File 'sig/types.rbs', line 300 def ecs_settings @ecs_settings end |
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
298 299 300 |
# File 'sig/types.rbs', line 298 def eks_configuration @eks_configuration end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
296 297 298 |
# File 'sig/types.rbs', line 296 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
293 294 295 |
# File 'sig/types.rbs', line 293 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
297 298 299 |
# File 'sig/types.rbs', line 297 def end |
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
292 293 294 |
# File 'sig/types.rbs', line 292 def type @type end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
294 295 296 |
# File 'sig/types.rbs', line 294 def unmanagedv_cpus @unmanagedv_cpus end |