Class: Aws::Deadline::Types::CreateLimitResponse

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

#limit_idString

A unique identifier for the limit. Use this identifier in other operations, such as CreateQueueLimitAssociation and DeleteLimit.

Returns:

  • (String)


1414
1415
1416
1417
1418
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1414

class CreateLimitResponse < Struct.new(
  :limit_id)
  SENSITIVE = []
  include Aws::Structure
end