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.
272 273 274 |
# File 'sig/types.rbs', line 272 def compute_environment_name @compute_environment_name end |
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
276 277 278 |
# File 'sig/types.rbs', line 276 def compute_resources @compute_resources end |
#context ⇒ ::String
Returns the value of attribute context.
280 281 282 |
# File 'sig/types.rbs', line 280 def context @context end |
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
281 282 283 |
# File 'sig/types.rbs', line 281 def ecs_settings @ecs_settings end |
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
279 280 281 |
# File 'sig/types.rbs', line 279 def eks_configuration @eks_configuration end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
277 278 279 |
# File 'sig/types.rbs', line 277 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
274 275 276 |
# File 'sig/types.rbs', line 274 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
278 279 280 |
# File 'sig/types.rbs', line 278 def @tags end |
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
273 274 275 |
# File 'sig/types.rbs', line 273 def type @type end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
275 276 277 |
# File 'sig/types.rbs', line 275 def unmanagedv_cpus @unmanagedv_cpus end |