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`.
2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-deadline/types.rb', line 2980 class CreateLimitResponse < Struct.new( :limit_id) SENSITIVE = [] include Aws::Structure end |