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.
-
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
-
#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.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def compute_environment @compute_environment end |
#compute_resources ⇒ Types::ComputeResourceUpdate
Returns the value of attribute compute_resources.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def compute_resources @compute_resources end |
#context ⇒ ::String
Returns the value of attribute context.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def context @context end |
#ecs_settings ⇒ Types::EcsSettings
Returns the value of attribute ecs_settings.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def ecs_settings @ecs_settings end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def service_role @service_role end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def state @state end |
#unmanagedv_cpus ⇒ ::Integer
Returns the value of attribute unmanagedv_cpus.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def unmanagedv_cpus @unmanagedv_cpus end |
#update_policy ⇒ Types::UpdatePolicy
Returns the value of attribute update_policy.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def update_policy @update_policy end |