You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DLM::Types::Parameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Parameters as input to an Aws::Client method, you can use a vanilla Hash:

{
  exclude_boot_volume: false,
  no_reboot: false,
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_boot_volumeBoolean

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

Returns:

  • (Boolean)

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

#no_rebootBoolean

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 (instance are not rebooted).

Returns:

  • (Boolean)

    Applies to AMI lifecycle policies only.