Class: Aws::CognitoIdentityProvider::Types::GetProvisionedLimitRequest

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

#limit_definitionTypes::LimitDefinitionType

The limit to retrieve. Specify the limit class and the attributes that identify the limit.



6576
6577
6578
6579
6580
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6576

class GetProvisionedLimitRequest < Struct.new(
  :limit_definition)
  SENSITIVE = []
  include Aws::Structure
end