Method: Aws::Batch::Types::ComputeEnvironmentDetail#uuid

Defined in:
lib/aws-sdk-batch/types.rb

#uuidString

Unique identifier for the compute environment.



452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-batch/types.rb', line 452

class ComputeEnvironmentDetail < Struct.new(
  :compute_environment_name,
  :compute_environment_arn,
  :unmanagedv_cpus,
  :ecs_cluster_arn,
  :tags,
  :type,
  :state,
  :status,
  :status_reason,
  :compute_resources,
  :service_role,
  :update_policy,
  :eks_configuration,
  :container_orchestration_type,
  :uuid,
  :context)
  SENSITIVE = []
  include Aws::Structure
end