Class: Aws::RDS::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::AvailabilityZone
- Defined in:
- gems/aws-sdk-rds/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.
439 440 441 442 443 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 439 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |