Class: Aws::Types::RegistrationFieldValueInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#denied_reason ⇒ ::String

Returns the value of attribute denied_reason.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def denied_reason
  @denied_reason
end

#feedback ⇒ ::String

Returns the value of attribute feedback.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def feedback
  @feedback
end

#field_path ⇒ ::String

Returns the value of attribute field_path.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def field_path
  @field_path
end

#registration_attachment_id ⇒ ::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def registration_attachment_id
  @registration_attachment_id
end

#select_choices ⇒ ::Array[::String]

Returns the value of attribute select_choices.

Returns:

  • (::Array[::String])


1789
1790
1791
# File 'sig/types.rbs', line 1789

def select_choices
  @select_choices
end

#text_value ⇒ ::String

Returns the value of attribute text_value.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def text_value
  @text_value
end