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

Class: Aws::EC2::Types::InstanceSpecification

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

Overview

Note:

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

{
  instance_id: "InstanceId",
  exclude_boot_volume: false,
}

The instance details to specify which volumes should be snapshotted.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_boot_volumeBoolean

Excludes the root volume from being snapshotted.

Returns:

  • (Boolean)

    Excludes the root volume from being snapshotted.

#instance_idString

The instance to specify which volumes should be snapshotted.

Returns:

  • (String)

    The instance to specify which volumes should be snapshotted.