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.
-
#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.
261 262 263 |
# File 'sig/types.rbs', line 261 def compute_environment_name @compute_environment_name end |
#compute_resources ⇒ Types::ComputeResource
Returns the value of attribute compute_resources.
265 266 267 |
# File 'sig/types.rbs', line 265 def compute_resources @compute_resources end |
#context ⇒ ::String
Returns the value of attribute context.
269 270 271 |
# File 'sig/types.rbs', line 269 def context @context end |
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
268 269 270 |
# File 'sig/types.rbs', line 268 def eks_configuration @eks_configuration end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
266 267 268 |
# File 'sig/types.rbs', line 266 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
263 264 265 |
# File 'sig/types.rbs', line 263 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
267 268 269 |
# File 'sig/types.rbs', line 267 def @tags end |
#type ⇒ "MANAGED", "UNMANAGED"
Returns the value of attribute type.
262 263 264 |
# File 'sig/types.rbs', line 262 def type @type end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
264 265 266 |
# File 'sig/types.rbs', line 264 def unmanagedv_cpus @unmanagedv_cpus end |