Class: Aws::Types::EventFeedbackType
- Inherits:
-
Object
- Object
- Aws::Types::EventFeedbackType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feedback_date ⇒ ::Time
Returns the value of attribute feedback_date.
-
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
-
#provider ⇒ ::String
Returns the value of attribute provider.
Instance Attribute Details
#feedback_date ⇒ ::Time
Returns the value of attribute feedback_date.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def feedback_date @feedback_date end |
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def feedback_value @feedback_value end |
#provider ⇒ ::String
Returns the value of attribute provider.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def provider @provider end |