Class: Aws::Types::Insight

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:



510
511
512
# File 'sig/types.rbs', line 510

def categories
  @categories
end

#client_request_impact_statisticsTypes::RequestImpactStatistics

Returns the value of attribute client_request_impact_statistics.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def insight_id
  @insight_id
end

#root_cause_service_idTypes::ServiceId

Returns the value of attribute root_cause_service_id.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

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:



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.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def start_time
  @start_time
end

#state"ACTIVE", "CLOSED"

Returns the value of attribute state.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def state
  @state
end

#summary::String

Returns the value of attribute summary.

Returns:



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.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def top_anomalous_services
  @top_anomalous_services
end