Class: Aws::DLM::Types::Action
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::Action
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
**[Event-based policies only]** Specifies an action for an event-based policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_region_copy ⇒ Array<Types::CrossRegionCopyAction>
The rule for copying shared snapshots across Regions.
-
#name ⇒ String
A descriptive name for the action.
Instance Attribute Details
#cross_region_copy ⇒ Array<Types::CrossRegionCopyAction>
The rule for copying shared snapshots across Regions.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-dlm/types.rb', line 26 class Action < Struct.new( :name, :cross_region_copy) SENSITIVE = [] include Aws::Structure end |