Class: Aws::RDS::Types::AvailabilityZone
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::AvailabilityZone
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains Availability Zone information.
This data type is used as an element in the ‘OrderableDBInstanceOption` data type.
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.
| 422 423 424 425 426 | # File 'lib/aws-sdk-rds/types.rb', line 422 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |