Class: Aws::Types::InsightEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_impact_statisticsTypes::RequestImpactStatistics

Returns the value of attribute client_request_impact_statistics.



524
525
526
# File 'sig/types.rbs', line 524

def client_request_impact_statistics
  @client_request_impact_statistics
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


523
524
525
# File 'sig/types.rbs', line 523

def event_time
  @event_time
end

#root_cause_service_request_impact_statisticsTypes::RequestImpactStatistics

Returns the value of attribute root_cause_service_request_impact_statistics.



525
526
527
# File 'sig/types.rbs', line 525

def root_cause_service_request_impact_statistics
  @root_cause_service_request_impact_statistics
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def summary
  @summary
end

#top_anomalous_services::Array[Types::AnomalousService]

Returns the value of attribute top_anomalous_services.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def top_anomalous_services
  @top_anomalous_services
end