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)


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_byString

The user or system that created this resource.

Returns:

  • (String)


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_idString

The fleet ID.

Returns:

  • (String)


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_idString

The queue ID.

Returns:

  • (String)


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

#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)


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_atTime

The date and time the resource was updated.

Returns:

  • (Time)


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_byString

The user or system that updated this resource.

Returns:

  • (String)


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