Class: Aws::XRay::Types::GetInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_id ⇒ String
The insight’s unique identifier.
Instance Attribute Details
#insight_id ⇒ String
The insight’s unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
926 927 928 929 930 |
# File 'lib/aws-sdk-xray/types.rb', line 926 class GetInsightRequest < Struct.new( :insight_id) SENSITIVE = [] include Aws::Structure end |