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)


10496
10497
10498
10499
10500
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10496

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