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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of a corresponding resource.

Returns:

  • (String)


2143
2144
2145
2146
2147
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2143

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