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)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def compute_environment
  @compute_environment
end

#compute_resourcesTypes::ComputeResourceUpdate

Returns the value of attribute compute_resources.



1816
1817
1818
# File 'sig/types.rbs', line 1816

def compute_resources
  @compute_resources
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def context
  @context
end

#ecs_settingsTypes::EcsSettings

Returns the value of attribute ecs_settings.

Returns:



1820
1821
1822
# File 'sig/types.rbs', line 1820

def ecs_settings
  @ecs_settings
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1814
1815
1816
# File 'sig/types.rbs', line 1814

def state
  @state
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def unmanagedv_cpus
  @unmanagedv_cpus
end

#update_policyTypes::UpdatePolicy

Returns the value of attribute update_policy.

Returns:



1818
1819
1820
# File 'sig/types.rbs', line 1818

def update_policy
  @update_policy
end