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

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

Overview

Note:

When making an API call, you may pass GetInsightRequest data as a hash:

{
  insight_id: "InsightId", # required
}

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)


1009
1010
1011
1012
1013
# File 'lib/aws-sdk-xray/types.rb', line 1009

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