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)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

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

#fleet_idString

The fleet ID.

Returns:

  • (String)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

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

#queue_idString

The queue ID.

Returns:

  • (String)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

class QueueFleetAssociationSummary < Struct.new(
  :queue_id,
  :fleet_id,
  :status,
  :created_at,
  :created_by,
  :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)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7272

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