Class: Aws::CognitoIdentityProvider::Types::UpdateProvisionedLimitResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitTypes::LimitType

The updated provisioned and default limit values.

Returns:



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