Class: Aws::Types::UpdateComputeEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComputeEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment ⇒ ::String
Returns the value of attribute compute_environment.
-
#compute_resources ⇒ Types::ComputeResourceUpdate
Returns the value of attribute compute_resources.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
-
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
Instance Attribute Details
#compute_environment ⇒ ::String
Returns the value of attribute compute_environment.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def compute_environment @compute_environment end |
#compute_resources ⇒ Types::ComputeResourceUpdate
Returns the value of attribute compute_resources.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def compute_resources @compute_resources end |
#context ⇒ ::String
Returns the value of attribute context.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def context @context end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def state @state end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def unmanagedv_cpus @unmanagedv_cpus end |
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def update_policy @update_policy end |