Class: Aws::XRay::Types::InstanceIdDetail

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

Overview

A list of EC2 instance IDs corresponding to the segments in a trace.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of a corresponding EC2 instance.

Returns:

  • (String)


1218
1219
1220
1221
# File 'lib/aws-sdk-xray/types.rb', line 1218

class InstanceIdDetail < Struct.new(
  :id)
  include Aws::Structure
end