Class: Aws::XRay::Types::AvailabilityZoneDetail

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

Overview

A list of availability zones corresponding to the segments in a trace.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a corresponding availability zone.

Returns:

  • (String)


66
67
68
69
# File 'lib/aws-sdk-xray/types.rb', line 66

class AvailabilityZoneDetail < Struct.new(
  :name)
  include Aws::Structure
end