Class: Aws::Types::Insight
- Inherits:
-
Object
- Object
- Aws::Types::Insight
- 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.
-
#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.
510 511 512 |
# File 'sig/types.rbs', line 510 def categories @categories end |
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute client_request_impact_statistics.
515 516 517 |
# File 'sig/types.rbs', line 515 def client_request_impact_statistics @client_request_impact_statistics end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
513 514 515 |
# File 'sig/types.rbs', line 513 def end_time @end_time end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
507 508 509 |
# File 'sig/types.rbs', line 507 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def group_name @group_name end |
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
506 507 508 |
# File 'sig/types.rbs', line 506 def insight_id @insight_id end |
#root_cause_service_id ⇒ Types::ServiceId
Returns the value of attribute root_cause_service_id.
509 510 511 |
# File 'sig/types.rbs', line 509 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.
516 517 518 |
# File 'sig/types.rbs', line 516 def root_cause_service_request_impact_statistics @root_cause_service_request_impact_statistics end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
512 513 514 |
# File 'sig/types.rbs', line 512 def start_time @start_time end |
#state ⇒ "ACTIVE", "CLOSED"
Returns the value of attribute state.
511 512 513 |
# File 'sig/types.rbs', line 511 def state @state end |
#summary ⇒ ::String
Returns the value of attribute summary.
514 515 516 |
# File 'sig/types.rbs', line 514 def summary @summary end |
#top_anomalous_services ⇒ ::Array[Types::AnomalousService]
Returns the value of attribute top_anomalous_services.
517 518 519 |
# File 'sig/types.rbs', line 517 def top_anomalous_services @top_anomalous_services end |