Class: Aws::XRay::Types::AvailabilityZoneDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::AvailabilityZoneDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 'lib/aws-sdk-xray/types.rb', line 84 class AvailabilityZoneDetail < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |