Class: Aws::Types::CreateComputeEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment_name::String

Returns the value of attribute compute_environment_name.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def compute_environment_name
  @compute_environment_name
end

#compute_resourcesTypes::ComputeResource

Returns the value of attribute compute_resources.



276
277
278
# File 'sig/types.rbs', line 276

def compute_resources
  @compute_resources
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def context
  @context
end

#ecs_settingsTypes::EcsSettings

Returns the value of attribute ecs_settings.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def ecs_settings
  @ecs_settings
end

#eks_configurationTypes::EksConfiguration

Returns the value of attribute eks_configuration.



279
280
281
# File 'sig/types.rbs', line 279

def eks_configuration
  @eks_configuration
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


274
275
276
# File 'sig/types.rbs', line 274

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


278
279
280
# File 'sig/types.rbs', line 278

def tags
  @tags
end

#type"MANAGED", "UNMANAGED"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "UNMANAGED")


273
274
275
# File 'sig/types.rbs', line 273

def type
  @type
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


275
276
277
# File 'sig/types.rbs', line 275

def unmanagedv_cpus
  @unmanagedv_cpus
end