Class: Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#advanced_security_modeString

The advanced security mode.

Returns:

  • (String)


10119
10120
10121
10122
10123
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10119

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