Class: Aws::Types::PutRegistrationFieldValueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_path::String

Returns the value of attribute field_path.

Returns:

  • (::String)


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

def field_path
  @field_path
end

#registration_attachment_id::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def registration_attachment_id
  @registration_attachment_id
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


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

def registration_id
  @registration_id
end

#select_choices::Array[::String]

Returns the value of attribute select_choices.

Returns:

  • (::Array[::String])


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

def select_choices
  @select_choices
end

#text_value::String

Returns the value of attribute text_value.

Returns:

  • (::String)


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

def text_value
  @text_value
end