Class: Aws::Types::InsightSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#categories::Array[("FAULT")]

Returns the value of attribute categories.

Returns:



550
551
552
# File 'sig/types.rbs', line 550

def categories
  @categories
end

#client_request_impact_statisticsTypes::RequestImpactStatistics

Returns the value of attribute client_request_impact_statistics.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



558
559
560
# File 'sig/types.rbs', line 558

def last_update_time
  @last_update_time
end

#root_cause_service_idTypes::ServiceId

Returns the value of attribute root_cause_service_id.

Returns:



549
550
551
# File 'sig/types.rbs', line 549

def root_cause_service_id
  @root_cause_service_id
end

#root_cause_service_request_impact_statisticsTypes::RequestImpactStatistics

Returns the value of attribute root_cause_service_request_impact_statistics.

Returns:



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.

Returns:



552
553
554
# File 'sig/types.rbs', line 552

def start_time
  @start_time
end

#state"ACTIVE", "CLOSED"

Returns the value of attribute state.

Returns:



551
552
553
# File 'sig/types.rbs', line 551

def state
  @state
end

#summary::String

Returns the value of attribute summary.

Returns:



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.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def top_anomalous_services
  @top_anomalous_services
end