Class: Aws::CognitoIdentityProvider::Types::GetProvisionedLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetProvisionedLimitResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Types::LimitType
The provisioned and default limit values for the requested limit.
Instance Attribute Details
#limit ⇒ Types::LimitType
The provisioned and default limit values for the requested limit.
6588 6589 6590 6591 6592 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6588 class GetProvisionedLimitResponse < Struct.new( :limit) SENSITIVE = [] include Aws::Structure end |