Class: Aws::Deadline::Types::CreateLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateLimitResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_id ⇒ String
A unique identifier for the limit.
Instance Attribute Details
#limit_id ⇒ String
A unique identifier for the limit. Use this identifier in other operations, such as ‘CreateQueueLimitAssociation` and `DeleteLimit`.
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-deadline/types.rb', line 1429 class CreateLimitResponse < Struct.new( :limit_id) SENSITIVE = [] include Aws::Structure end |