Class: Aws::XRay::Types::ResourceARNDetail

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

Overview

A list of resources ARNs corresponding to the segments in a trace.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of a corresponding resource.

Returns:

  • (String)


1265
1266
1267
1268
# File 'lib/aws-sdk-xray/types.rb', line 1265

class ResourceARNDetail < Struct.new(
  :arn)
  include Aws::Structure
end