Class: Aws::Deadline::Types::GetQueueFleetAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

class GetQueueFleetAssociationResponse < 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)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

class GetQueueFleetAssociationResponse < 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 for the queue-fleet association.

Returns:

  • (String)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

class GetQueueFleetAssociationResponse < 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 for the queue-fleet association.

Returns:

  • (String)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

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

#statusString

The status of the queue-fleet association.

Returns:

  • (String)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

class GetQueueFleetAssociationResponse < 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)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

class GetQueueFleetAssociationResponse < 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)


3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3198

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