Class: Aws::DatabaseMigrationService::Types::AvailabilityZone
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::AvailabilityZone
 
- Defined in:
- gems/aws-sdk-databasemigrationservice/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  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.
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.
| 147 148 149 150 151 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 147 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |