Class: Aws::Types::Insight
- Inherits:
-
Object
- Object
- Aws::Types::Insight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_data ⇒ ::Array[Types::Data]
Returns the value of attribute baseline_data.
-
#context ⇒ "CAUSAL", "CONTEXTUAL"
Returns the value of attribute context.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#insight_data ⇒ ::Array[Types::Data]
Returns the value of attribute insight_data.
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#insight_type ⇒ ::String
Returns the value of attribute insight_type.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#supporting_insights ⇒ ::Array[Types::Insight]
Returns the value of attribute supporting_insights.
Instance Attribute Details
#baseline_data ⇒ ::Array[Types::Data]
Returns the value of attribute baseline_data.
204 205 206 |
# File 'sig/types.rbs', line 204 def baseline_data @baseline_data end |
#context ⇒ "CAUSAL", "CONTEXTUAL"
Returns the value of attribute context.
196 197 198 |
# File 'sig/types.rbs', line 196 def context @context end |
#description ⇒ ::String
Returns the value of attribute description.
201 202 203 |
# File 'sig/types.rbs', line 201 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
198 199 200 |
# File 'sig/types.rbs', line 198 def end_time @end_time end |
#insight_data ⇒ ::Array[Types::Data]
Returns the value of attribute insight_data.
203 204 205 |
# File 'sig/types.rbs', line 203 def insight_data @insight_data end |
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def insight_id @insight_id end |
#insight_type ⇒ ::String
Returns the value of attribute insight_type.
195 196 197 |
# File 'sig/types.rbs', line 195 def insight_type @insight_type end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
202 203 204 |
# File 'sig/types.rbs', line 202 def recommendations @recommendations end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
199 200 201 |
# File 'sig/types.rbs', line 199 def severity @severity end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
197 198 199 |
# File 'sig/types.rbs', line 197 def start_time @start_time end |
#supporting_insights ⇒ ::Array[Types::Insight]
Returns the value of attribute supporting_insights.
200 201 202 |
# File 'sig/types.rbs', line 200 def supporting_insights @supporting_insights end |