Class: Aws::XRay::Types::ResourceARNDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ResourceARNDetail
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The ARN of a corresponding resource.
Instance Attribute Details
#arn ⇒ String
The ARN of a corresponding resource.
2433 2434 2435 2436 2437 |
# File 'lib/aws-sdk-xray/types.rb', line 2433 class ResourceARNDetail < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |