Class: Aws::Types::AnomalyInstance
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#user_feedback ⇒ Types::UserFeedback
Returns the value of attribute user_feedback.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
48 49 50 |
# File 'sig/types.rbs', line 48 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
49 50 51 |
# File 'sig/types.rbs', line 49 def id @id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
50 51 52 |
# File 'sig/types.rbs', line 50 def start_time @start_time end |
#user_feedback ⇒ Types::UserFeedback
Returns the value of attribute user_feedback.
51 52 53 |
# File 'sig/types.rbs', line 51 def user_feedback @user_feedback end |