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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of a corresponding EC2 instance.

Returns:

  • (String)


1796
1797
1798
1799
1800
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1796

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