Class: Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Note:
When making an API call, you may pass UserPoolAddOnsType data as a hash:
{
advanced_security_mode: "OFF", # required, accepts OFF, AUDIT, ENFORCED
}
The user pool add-ons type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advanced_security_mode ⇒ String
The advanced security mode.
Instance Attribute Details
#advanced_security_mode ⇒ String
The advanced security mode.
10038 10039 10040 10041 10042 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10038 class UserPoolAddOnsType < Struct.new( :advanced_security_mode) SENSITIVE = [] include Aws::Structure end |