Class: Aws::Types::PutRegistrationFieldValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRegistrationFieldValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_path ⇒ ::String
Returns the value of attribute field_path.
-
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_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
#field_path ⇒ ::String
Returns the value of attribute field_path.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def field_path @field_path end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def @registration_attachment_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def registration_id @registration_id end |
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def select_choices @select_choices end |
#text_value ⇒ ::String
Returns the value of attribute text_value.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def text_value @text_value end |