Class: Aws::Deadline::Types::GetQueueEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:template]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the resource was created.
-
#created_by ⇒ String
The user or system that created this resource.>.
-
#name ⇒ String
The name of the queue environment.
-
#priority ⇒ Integer
The priority of the queue environment.
-
#queue_environment_id ⇒ String
The queue environment ID.
-
#template ⇒ String
The template for the queue environment.
-
#template_type ⇒ String
The type of template for the queue environment.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
Instance Attribute Details
#created_at ⇒ Time
The date and time the resource was created.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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_by ⇒ String
The user or system that created this resource.>
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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 |
#name ⇒ String
The name of the queue environment.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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 |
#priority ⇒ Integer
The priority of the queue environment.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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_id ⇒ String
The queue environment ID.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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 ⇒ String
The template for the queue environment.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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_type ⇒ String
The type of template for the queue environment.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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_at ⇒ Time
The date and time the resource was updated.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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_by ⇒ String
The user or system that updated this resource.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-deadline/types.rb', line 3283 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 |