Class: Aws::Deadline::Types::GetLimitResponse

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#amount_requirement_nameString

The value that you specify as the name in the amounts field of the hostRequirements in a step of a job template to declare the limit requirement.

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_byString

The user identifier of the person that created the limit.

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#current_countInteger

The number of resources from the limit that are being used by jobs. The result is delayed and may not be the count at the time that you called the operation.

Returns:

  • (Integer)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the limit that helps identify what the limit is used for.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the limit.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#farm_idString

The unique identifier of the farm that contains the limit.

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#limit_idString

The unique identifier of the limit.

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#max_countInteger

The maximum number of resources constrained by this limit. When all of the resources are in use, steps that require the limit won't be scheduled until the resource is available.

The maxValue must not be 0. If the value is -1, there is no restriction on the number of resources that can be acquired for this limit.

Returns:

  • (Integer)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

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

Returns:

  • (Time)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_byString

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

Returns:

  • (String)


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

class GetLimitResponse < Struct.new(
  :farm_id,
  :limit_id,
  :current_count,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :display_name,
  :amount_requirement_name,
  :max_count,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end