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)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def compute_environment
  @compute_environment
end

#compute_resourcesTypes::ComputeResourceUpdate

Returns the value of attribute compute_resources.



1684
1685
1686
# File 'sig/types.rbs', line 1684

def compute_resources
  @compute_resources
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def context
  @context
end

#ecs_settingsTypes::EcsSettings

Returns the value of attribute ecs_settings.

Returns:



1688
1689
1690
# File 'sig/types.rbs', line 1688

def ecs_settings
  @ecs_settings
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1682
1683
1684
# File 'sig/types.rbs', line 1682

def state
  @state
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def unmanagedv_cpus
  @unmanagedv_cpus
end

#update_policyTypes::UpdatePolicy

Returns the value of attribute update_policy.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def update_policy
  @update_policy
end