Class: Aws::Types::ClickFeedback
- Inherits:
-
Object
- Object
- Aws::Types::ClickFeedback
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#click_time ⇒ ::Time
Returns the value of attribute click_time.
-
#result_id ⇒ ::String
Returns the value of attribute result_id.
Instance Attribute Details
#click_time ⇒ ::Time
Returns the value of attribute click_time.
239 240 241 |
# File 'sig/types.rbs', line 239 def click_time @click_time end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def result_id @result_id end |