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.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def denied_reason @denied_reason end |
#feedback ⇒ ::String
Returns the value of attribute feedback.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def feedback @feedback end |
#field_path ⇒ ::String
Returns the value of attribute field_path.
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.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def @registration_attachment_id end |
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
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.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def text_value @text_value end |