Class: Aws::Types::InsightSummary
- Inherits:
-
Object
- Object
- Aws::Types::InsightSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categories ⇒ ::Array[("FAULT")]
Returns the value of attribute categories.
-
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute client_request_impact_statistics.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#root_cause_service_id ⇒ Types::ServiceId
Returns the value of attribute root_cause_service_id.
-
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute root_cause_service_request_impact_statistics.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "ACTIVE", "CLOSED"
Returns the value of attribute state.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#top_anomalous_services ⇒ ::Array[Types::AnomalousService]
Returns the value of attribute top_anomalous_services.
Instance Attribute Details
#categories ⇒ ::Array[("FAULT")]
Returns the value of attribute categories.
550 551 552 |
# File 'sig/types.rbs', line 550 def categories @categories end |
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute client_request_impact_statistics.
555 556 557 |
# File 'sig/types.rbs', line 555 def client_request_impact_statistics @client_request_impact_statistics end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
553 554 555 |
# File 'sig/types.rbs', line 553 def end_time @end_time end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
547 548 549 |
# File 'sig/types.rbs', line 547 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
548 549 550 |
# File 'sig/types.rbs', line 548 def group_name @group_name end |
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
546 547 548 |
# File 'sig/types.rbs', line 546 def insight_id @insight_id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
558 559 560 |
# File 'sig/types.rbs', line 558 def last_update_time @last_update_time end |
#root_cause_service_id ⇒ Types::ServiceId
Returns the value of attribute root_cause_service_id.
549 550 551 |
# File 'sig/types.rbs', line 549 def root_cause_service_id @root_cause_service_id end |
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute root_cause_service_request_impact_statistics.
556 557 558 |
# File 'sig/types.rbs', line 556 def root_cause_service_request_impact_statistics @root_cause_service_request_impact_statistics end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
552 553 554 |
# File 'sig/types.rbs', line 552 def start_time @start_time end |
#state ⇒ "ACTIVE", "CLOSED"
Returns the value of attribute state.
551 552 553 |
# File 'sig/types.rbs', line 551 def state @state end |
#summary ⇒ ::String
Returns the value of attribute summary.
554 555 556 |
# File 'sig/types.rbs', line 554 def summary @summary end |
#top_anomalous_services ⇒ ::Array[Types::AnomalousService]
Returns the value of attribute top_anomalous_services.
557 558 559 |
# File 'sig/types.rbs', line 557 def top_anomalous_services @top_anomalous_services end |