class Aws::Lightsail::Types::CreateInstanceSnapshotRequest

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

data as a hash:

    {
      instance_snapshot_name: "ResourceName", # required
      instance_name: "ResourceName", # required
      tags: [
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] instance_snapshot_name

The name for your new snapshot.
@return [String]

@!attribute [rw] instance_name

The Lightsail instance on which to base your snapshot.
@return [String]

@!attribute [rw] tags

The tag keys and optional values to add to the resource during
create.

Use the `TagResource` action to tag a resource after it's created.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateInstanceSnapshotRequest AWS API Documentation

Constants

SENSITIVE