Class: Aws::DocDB::Types::AvailabilityZone
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::AvailabilityZone
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Information about 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.
      146 147 148 149 150  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 146 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |