Class: Aws::RDS::Types::DeleteCustomAvailabilityZoneResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteCustomAvailabilityZoneResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_availability_zone ⇒ Types::CustomAvailabilityZone
A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.
Instance Attribute Details
#custom_availability_zone ⇒ Types::CustomAvailabilityZone
A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the [ RDS on VMware User Guide.]
[1]: docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
7947 7948 7949 7950 7951 |
# File 'lib/aws-sdk-rds/types.rb', line 7947 class DeleteCustomAvailabilityZoneResult < Struct.new( :custom_availability_zone) SENSITIVE = [] include Aws::Structure end |