Class: Aws::Neptune::Types::AvailabilityZone
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::AvailabilityZone
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Specifies an Availability Zone.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the availability zone.
 
Instance Attribute Details
#name ⇒ String
The name of the availability zone.
      179 180 181 182 183  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 179 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |