Class: Aws::Types::RequestInspection
- Inherits:
-
Object
- Object
- Aws::Types::RequestInspection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_field ⇒ Types::PasswordField
Returns the value of attribute password_field.
-
#payload_type ⇒ "JSON", "FORM_ENCODED"
Returns the value of attribute payload_type.
-
#username_field ⇒ Types::UsernameField
Returns the value of attribute username_field.
Instance Attribute Details
#password_field ⇒ Types::PasswordField
Returns the value of attribute password_field.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def password_field @password_field end |
#payload_type ⇒ "JSON", "FORM_ENCODED"
Returns the value of attribute payload_type.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def payload_type @payload_type end |
#username_field ⇒ Types::UsernameField
Returns the value of attribute username_field.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def username_field @username_field end |