Class: Aws::Deadline::Types::GetQueueEnvironmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:template]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#created_byString

The user or system that created this resource.>

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#nameString

The name of the queue environment.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#priorityInteger

The priority of the queue environment.

Returns:

  • (Integer)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#queue_environment_idString

The queue environment ID.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#templateString

The template for the queue environment.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#template_typeString

The type of template for the queue environment.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3604

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end