Class: Aws::Types::RegistrationFieldValueInformation
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationFieldValueInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#denied_reason ⇒ ::String
Returns the value of attribute denied_reason.
-
#feedback ⇒ ::String
Returns the value of attribute feedback.
-
#field_path ⇒ ::String
Returns the value of attribute field_path.
-
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
-
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
-
#text_value ⇒ ::String
Returns the value of attribute text_value.
Instance Attribute Details
#denied_reason ⇒ ::String
Returns the value of attribute denied_reason.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def denied_reason @denied_reason end |
#feedback ⇒ ::String
Returns the value of attribute feedback.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def feedback @feedback end |
#field_path ⇒ ::String
Returns the value of attribute field_path.
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.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def end |
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
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.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def text_value @text_value end |