Class: Aws::XRay::Types::GetInsightResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insightTypes::Insight

The summary information of an insight.

Returns:



938
939
940
941
942
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 938

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