Class: Aws::XRay::Types::AvailabilityZoneDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::AvailabilityZoneDetail
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
A list of Availability Zones corresponding to the segments in a trace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a corresponding Availability Zone.
Instance Attribute Details
#name ⇒ String
The name of a corresponding Availability Zone.
84 85 86 87 88 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 84 class AvailabilityZoneDetail < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |