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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3726

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