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)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def denied_reason
  @denied_reason
end

#feedback::String

Returns the value of attribute feedback.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def feedback
  @feedback
end

#field_path::String

Returns the value of attribute field_path.

Returns:

  • (::String)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def field_path
  @field_path
end

#registration_attachment_id::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def registration_attachment_id
  @registration_attachment_id
end

#select_choices::Array[::String]

Returns the value of attribute select_choices.

Returns:

  • (::Array[::String])


1758
1759
1760
# File 'sig/types.rbs', line 1758

def select_choices
  @select_choices
end

#text_value::String

Returns the value of attribute text_value.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def text_value
  @text_value
end