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)


261
262
263
# File 'sig/types.rbs', line 261

def compute_environment_name
  @compute_environment_name
end

#compute_resourcesTypes::ComputeResource

Returns the value of attribute compute_resources.



265
266
267
# File 'sig/types.rbs', line 265

def compute_resources
  @compute_resources
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def context
  @context
end

#eks_configurationTypes::EksConfiguration

Returns the value of attribute eks_configuration.



268
269
270
# File 'sig/types.rbs', line 268

def eks_configuration
  @eks_configuration
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def service_role
  @service_role
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


263
264
265
# File 'sig/types.rbs', line 263

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
end

#type"MANAGED", "UNMANAGED"

Returns the value of attribute type.

Returns:

  • ("MANAGED", "UNMANAGED")


262
263
264
# File 'sig/types.rbs', line 262

def type
  @type
end

#unmanagedv_cpus::Integer

Returns the value of attribute unmanagedv_cpus.

Returns:

  • (::Integer)


264
265
266
# File 'sig/types.rbs', line 264

def unmanagedv_cpus
  @unmanagedv_cpus
end