Class: Aws::XRay::Types::GetInsightResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight ⇒ Types::Insight
The summary information of an insight.
Instance Attribute Details
#insight ⇒ Types::Insight
The summary information of an insight.
985 986 987 988 989 |
# File 'lib/aws-sdk-xray/types.rb', line 985 class GetInsightResult < Struct.new( :insight) SENSITIVE = [] include Aws::Structure end |