Class: Aws::Types::GetRandomPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRandomPasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_characters ⇒ ::String
Returns the value of attribute exclude_characters.
-
#exclude_lowercase ⇒ Boolean
Returns the value of attribute exclude_lowercase.
-
#exclude_numbers ⇒ Boolean
Returns the value of attribute exclude_numbers.
-
#exclude_punctuation ⇒ Boolean
Returns the value of attribute exclude_punctuation.
-
#exclude_uppercase ⇒ Boolean
Returns the value of attribute exclude_uppercase.
-
#include_space ⇒ Boolean
Returns the value of attribute include_space.
-
#password_length ⇒ ::Integer
Returns the value of attribute password_length.
-
#require_each_included_type ⇒ Boolean
Returns the value of attribute require_each_included_type.
Instance Attribute Details
#exclude_characters ⇒ ::String
Returns the value of attribute exclude_characters.
146 147 148 |
# File 'sig/types.rbs', line 146 def exclude_characters @exclude_characters end |
#exclude_lowercase ⇒ Boolean
Returns the value of attribute exclude_lowercase.
150 151 152 |
# File 'sig/types.rbs', line 150 def exclude_lowercase @exclude_lowercase end |
#exclude_numbers ⇒ Boolean
Returns the value of attribute exclude_numbers.
147 148 149 |
# File 'sig/types.rbs', line 147 def exclude_numbers @exclude_numbers end |
#exclude_punctuation ⇒ Boolean
Returns the value of attribute exclude_punctuation.
148 149 150 |
# File 'sig/types.rbs', line 148 def exclude_punctuation @exclude_punctuation end |
#exclude_uppercase ⇒ Boolean
Returns the value of attribute exclude_uppercase.
149 150 151 |
# File 'sig/types.rbs', line 149 def exclude_uppercase @exclude_uppercase end |
#include_space ⇒ Boolean
Returns the value of attribute include_space.
151 152 153 |
# File 'sig/types.rbs', line 151 def include_space @include_space end |
#password_length ⇒ ::Integer
Returns the value of attribute password_length.
145 146 147 |
# File 'sig/types.rbs', line 145 def password_length @password_length end |
#require_each_included_type ⇒ Boolean
Returns the value of attribute require_each_included_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def require_each_included_type @require_each_included_type end |