Class: Aws::RDS::Types::DeleteCustomAvailabilityZoneResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteCustomAvailabilityZoneResult
- Defined in:
- gems/aws-sdk-rds/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.
8155 8156 8157 8158 8159 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8155 class DeleteCustomAvailabilityZoneResult < Struct.new( :custom_availability_zone) SENSITIVE = [] include Aws::Structure end |