Class: Aws::Deadline::Types::GetQueueLimitAssociationResponse

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

Overview

Domain fields for QueueLimitAssociation summary/response shapes, ordered before timestamps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp of the date and time that the association was created.

Returns:

  • (Time)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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

#created_byString

The user identifier of the person that created the association.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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

#limit_idString

The unique identifier of the limit associated with the queue.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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

#queue_idString

The unique identifier of the queue associated with the limit.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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

#statusString

The current status of the limit.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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

#updated_atTime

The Unix timestamp of the date and time that the association was last updated.

Returns:

  • (Time)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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

#updated_byString

The user identifier of the person that last updated the association.

Returns:

  • (String)


5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5460

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