Class: Aws::DLM::Types::CrossRegionCopyTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::CrossRegionCopyTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
**[Default policies only]** Specifies a destination Region for cross-Region copy actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_region ⇒ String
The target Region, for example ‘us-east-1`.
Instance Attribute Details
#target_region ⇒ String
The target Region, for example ‘us-east-1`.
471 472 473 474 475 |
# File 'lib/aws-sdk-dlm/types.rb', line 471 class CrossRegionCopyTarget < Struct.new( :target_region) SENSITIVE = [] include Aws::Structure end |