class Aws::CognitoIdentityProvider::Types::SetUserSettingsRequest

Represents the request to set user settings.

@note When making an API call, you may pass SetUserSettingsRequest

data as a hash:

    {
      access_token: "TokenModelType", # required
      mfa_options: [ # required
        {
          delivery_medium: "SMS", # accepts SMS, EMAIL
          attribute_name: "AttributeNameType",
        },
      ],
    }

@!attribute [rw] access_token

The access token for the set user settings request.
@return [String]

@!attribute [rw] mfa_options

You can use this parameter only to set an SMS configuration that
uses SMS for delivery.
@return [Array<Types::MFAOptionType>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/SetUserSettingsRequest AWS API Documentation

Constants

SENSITIVE