Class: Aws::Types::RequestInspectionACFP

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_fields::Array[Types::AddressField]

Returns the value of attribute address_fields.

Returns:



1475
1476
1477
# File 'sig/types.rbs', line 1475

def address_fields
  @address_fields
end

#email_fieldTypes::EmailField

Returns the value of attribute email_field.

Returns:



1473
1474
1475
# File 'sig/types.rbs', line 1473

def email_field
  @email_field
end

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

Returns:

  • ("JSON", "FORM_ENCODED")


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.

Returns:



1474
1475
1476
# File 'sig/types.rbs', line 1474

def phone_number_fields
  @phone_number_fields
end

#username_fieldTypes::UsernameField

Returns the value of attribute username_field.



1471
1472
1473
# File 'sig/types.rbs', line 1471

def username_field
  @username_field
end