Class: Aws::Deadline::Types::QueueFleetAssociationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of a queue-fleet association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID.

Returns:

  • (String)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID.

Returns:

  • (String)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6415

class QueueFleetAssociationSummary < Struct.new(
  :created_at,
  :created_by,
  :fleet_id,
  :queue_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end