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)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#created_byString

The user or system that created this resource.>

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#nameString

The name of the queue environment.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#priorityInteger

The priority of the queue environment.

Returns:

  • (Integer)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#queue_environment_idString

The queue environment ID.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#templateString

The template for the queue environment.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#template_typeString

The type of template for the queue environment.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3132

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