Class: Aws::CognitoIdentityProvider::Types::LimitDefinitionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::LimitDefinitionType
- 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
-
#attributes ⇒ Hash<String,String>
The attributes that identify the specific limit.
-
#limit_class ⇒ String
The class of the limit.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The attributes that identify the specific limit. For API rate
limits, specify the Category key with a value like
UserAuthentication or UserCreation.
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_class ⇒ String
The class of the limit. For API rate limits, this is API_CATEGORY.
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 |