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)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def field_path
  @field_path
end

#registration_attachment_id ⇒ ::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def registration_attachment_id
  @registration_attachment_id
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def registration_id
  @registration_id
end

#select_choices ⇒ ::Array[::String]

Returns the value of attribute select_choices.

Returns:

  • (::Array[::String])


1505
1506
1507
# File 'sig/types.rbs', line 1505

def select_choices
  @select_choices
end

#text_value ⇒ ::String

Returns the value of attribute text_value.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def text_value
  @text_value
end