Class: Aws::CognitoIdentityProvider::Types::GetProvisionedLimitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetProvisionedLimitRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_definition ⇒ Types::LimitDefinitionType
The limit to retrieve.
Instance Attribute Details
#limit_definition ⇒ Types::LimitDefinitionType
The limit to retrieve. Specify the limit class and the attributes that identify the limit.
6576 6577 6578 6579 6580 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6576 class GetProvisionedLimitRequest < Struct.new( :limit_definition) SENSITIVE = [] include Aws::Structure end |