Class: Aws::DLM::Types::Action

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cross_region_copyArray<Types::CrossRegionCopyAction>

The rule for copying shared snapshots across Regions.

Returns:



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

#nameString

A descriptive name for the action.

Returns:

  • (String)


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