class Aws::DLM::Types::Parameters

Specifies optional parameters to add to a policy. The set of valid parameters depends on the combination of policy type and resource type.

@note When making an API call, you may pass Parameters

data as a hash:

    {
      exclude_boot_volume: false,
      no_reboot: false,
    }

@!attribute [rw] exclude_boot_volume

\[EBS Snapshot Management – Instance policies only\] Indicates
whether to exclude the root volume from snapshots created using
[CreateSnapshots][1]. The default is false.

[1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSnapshots.html
@return [Boolean]

@!attribute [rw] no_reboot

Applies to AMI lifecycle policies only. Indicates whether targeted
instances are rebooted when the lifecycle policy runs. `true`
indicates that targeted instances are not rebooted when the policy
runs. `false` indicates that target instances are rebooted when the
policy runs. The default is `true` (instances are not rebooted).
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/Parameters AWS API Documentation

Constants

SENSITIVE