Class: Aws::Deadline::Types::QueueFleetAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::QueueFleetAssociationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a queue-fleet association.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#fleet_id ⇒ String
The fleet ID.
-
#queue_id ⇒ String
The queue ID.
-
#status ⇒ String
The status of task scheduling in the queue-fleet association.
-
#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.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user or system that created this resource.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of task scheduling in the queue-fleet association.
-
‘ACTIVE`–Association is active.
-
‘STOP_SCHEDULING_AND_COMPLETE_TASKS`–Association has stopped scheduling new tasks and is completing current tasks.
-
‘STOP_SCHEDULING_AND_CANCEL_TASKS`–Association has stopped scheduling new tasks and is canceling current tasks.
-
‘STOPPED`–Association has been stopped.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the resource was updated.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user or system that updated this resource.
6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-deadline/types.rb', line 6667 class QueueFleetAssociationSummary < Struct.new( :queue_id, :fleet_id, :status, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |