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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of a corresponding Availability Zone.

Returns:

  • (String)


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