Class: Aws::DatabaseMigrationService::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The name of an Availability Zone for use during database migration. ‘AvailabilityZone` is an optional parameter to the [ `CreateReplicationInstance` ][1] operation, and it’s value relates to the Amazon Web Services Region of an endpoint. For example, the availability zone of an endpoint in the us-east-1 region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d.
[1]: docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html
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-databasemigrationservice/types.rb', line 146 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |