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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.&gt;



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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.



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'lib/aws-sdk-deadline/types.rb', line 3670

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