Class: Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
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.
8758 8759 8760 8761 8762 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8758 class UserPoolAddOnsType < Struct.new( :advanced_security_mode) SENSITIVE = [] include Aws::Structure end |