Class: Aws::ConnectHealth::Types::InsightsContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

Details for insights that user wants to generate

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insights_typeString

Returns:

  • (String)


697
698
699
700
701
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 697

class InsightsContext < Struct.new(
  :insights_type)
  SENSITIVE = []
  include Aws::Structure
end