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

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 Unix timestamp of the date and time that the association was created.

Returns:

  • (Time)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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

#created_byString

The user identifier of the person that created the association.

Returns:

  • (String)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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

#limit_idString

The unique identifier of the limit associated with the queue.

Returns:

  • (String)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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

#queue_idString

The unique identifier of the queue associated with the limit.

Returns:

  • (String)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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

#statusString

The current status of the limit.

Returns:

  • (String)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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

#updated_atTime

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

Returns:

  • (Time)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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

#updated_byString

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

Returns:

  • (String)


3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3737

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