Class: Aws::Types::RequestInspectionACFP
- Inherits:
-
Object
- Object
- Aws::Types::RequestInspectionACFP
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_fields ⇒ ::Array[Types::AddressField]
Returns the value of attribute address_fields.
-
#email_field ⇒ Types::EmailField
Returns the value of attribute email_field.
-
#password_field ⇒ Types::PasswordField
Returns the value of attribute password_field.
-
#payload_type ⇒ "JSON", "FORM_ENCODED"
Returns the value of attribute payload_type.
-
#phone_number_fields ⇒ ::Array[Types::PhoneNumberField]
Returns the value of attribute phone_number_fields.
-
#username_field ⇒ Types::UsernameField
Returns the value of attribute username_field.
Instance Attribute Details
#address_fields ⇒ ::Array[Types::AddressField]
Returns the value of attribute address_fields.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def address_fields @address_fields end |
#email_field ⇒ Types::EmailField
Returns the value of attribute email_field.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def email_field @email_field end |
#password_field ⇒ Types::PasswordField
Returns the value of attribute password_field.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def password_field @password_field end |
#payload_type ⇒ "JSON", "FORM_ENCODED"
Returns the value of attribute payload_type.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def payload_type @payload_type end |
#phone_number_fields ⇒ ::Array[Types::PhoneNumberField]
Returns the value of attribute phone_number_fields.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def phone_number_fields @phone_number_fields end |
#username_field ⇒ Types::UsernameField
Returns the value of attribute username_field.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def username_field @username_field end |