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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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)


6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
# File 'lib/aws-sdk-deadline/types.rb', line 6618

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