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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-xray/types.rb', line 938

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