Class: Aws::Types::RequestInspection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_fieldTypes::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.

Returns:

  • ("JSON", "FORM_ENCODED")


1463
1464
1465
# File 'sig/types.rbs', line 1463

def payload_type
  @payload_type
end

#username_fieldTypes::UsernameField

Returns the value of attribute username_field.



1464
1465
1466
# File 'sig/types.rbs', line 1464

def username_field
  @username_field
end