class Aws::SecretsManager::Types::GetRandomPasswordRequest

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

data as a hash:

    {
      password_length: 1,
      exclude_characters: "ExcludeCharactersType",
      exclude_numbers: false,
      exclude_punctuation: false,
      exclude_uppercase: false,
      exclude_lowercase: false,
      include_space: false,
      require_each_included_type: false,
    }

@!attribute [rw] password_length

The desired length of the generated password. The default value if
you do not include this parameter is 32 characters.
@return [Integer]

@!attribute [rw] exclude_characters

A string that includes characters that should not be included in the
generated password. The default is that all characters from the
included sets can be used.
@return [String]

@!attribute [rw] exclude_numbers

Specifies that the generated password should not include digits. The
default if you do not include this switch parameter is that digits
can be included.
@return [Boolean]

@!attribute [rw] exclude_punctuation

Specifies that the generated password should not include punctuation
characters. The default if you do not include this switch parameter
is that punctuation characters can be included.

The following are the punctuation characters that *can* be included
in the generated password if you don't explicitly exclude them with
`ExcludeCharacters` or `ExcludePunctuation`\:

`` ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` \{ | \} ~
``
@return [Boolean]

@!attribute [rw] exclude_uppercase

Specifies that the generated password should not include uppercase
letters. The default if you do not include this switch parameter is
that uppercase letters can be included.
@return [Boolean]

@!attribute [rw] exclude_lowercase

Specifies that the generated password should not include lowercase
letters. The default if you do not include this switch parameter is
that lowercase letters can be included.
@return [Boolean]

@!attribute [rw] include_space

Specifies that the generated password can include the space
character. The default if you do not include this switch parameter
is that the space character is not included.
@return [Boolean]

@!attribute [rw] require_each_included_type

A boolean value that specifies whether the generated password must
include at least one of every allowed character type. The default
value is `True` and the operation requires at least one of every
character type.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/GetRandomPasswordRequest AWS API Documentation

Constants

SENSITIVE