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)


1121
1122
1123
1124
# File 'lib/aws-sdk-xray/types.rb', line 1121

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