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.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def feedback_date @feedback_date end |
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def feedback_value @feedback_value end |
#provider ⇒ ::String
Returns the value of attribute provider.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def provider @provider end |