Class: Aws::XRay::Types::GetInsightRequest

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

#insight_idString

The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

Returns:

  • (String)


926
927
928
929
930
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 926

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