Class: Aws::Types::UpdateComputeEnvironmentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment::String

Returns the value of attribute compute_environment.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def compute_environment
  @compute_environment
end

#compute_resourcesTypes::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.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def context
  @context
end

#ecs_settingsTypes::EcsSettings

Returns the value of attribute ecs_settings.

Returns:



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.

Returns:

  • (::String)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1754
1755
1756
# File 'sig/types.rbs', line 1754

def state
  @state
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def unmanagedv_cpus
  @unmanagedv_cpus
end

#update_policyTypes::UpdatePolicy

Returns the value of attribute update_policy.

Returns:



1758
1759
1760
# File 'sig/types.rbs', line 1758

def update_policy
  @update_policy
end