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.

Returns:

  • (Time)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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;

Returns:

  • (String)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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)


3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-deadline/types.rb', line 3234

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