Class: Aws::CognitoIdentityProvider::Types::UpdateProvisionedLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateProvisionedLimitResponse
- 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 updated provisioned and default limit values.
Instance Attribute Details
#limit ⇒ Types::LimitType
The updated provisioned and default limit values.
12256 12257 12258 12259 12260 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 12256 class UpdateProvisionedLimitResponse < Struct.new( :limit) SENSITIVE = [] include Aws::Structure end |