Class: Aws::CognitoIdentityProvider::Types::LimitDefinitionType

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

Overview

The class and attributes that identify a specific limit at the account level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The attributes that identify the specific limit. For API rate limits, specify the Category key with a value like UserAuthentication or UserCreation.

Returns:

  • (Hash<String,String>)


8124
8125
8126
8127
8128
8129
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8124

class LimitDefinitionType < Struct.new(
  :limit_class,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#limit_classString

The class of the limit. For API rate limits, this is API_CATEGORY.

Returns:

  • (String)


8124
8125
8126
8127
8128
8129
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8124

class LimitDefinitionType < Struct.new(
  :limit_class,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end