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.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def field_path @field_path end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def @registration_attachment_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def registration_id @registration_id end |
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def select_choices @select_choices end |
#text_value ⇒ ::String
Returns the value of attribute text_value.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def text_value @text_value end |