A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Lightsail/Types/CreateDiskSnapshotRequest.html below:

CreateDiskSnapshotRequest — AWS SDK for Ruby V2

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

Class: Aws::Lightsail::Types::CreateDiskSnapshotRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  disk_name: "ResourceName",
  disk_snapshot_name: "ResourceName",   instance_name: "ResourceName",
  tags: [
    {
      key: "TagKey",
      value: "TagValue",
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #disk_name ⇒ String

The unique name of the source disk (e.g., Disk-Virginia-1).

This parameter cannot be defined together with the instance name parameter. The disk name and instance name parameters are mutually exclusive.

#disk_snapshot_name ⇒ String

The name of the destination disk snapshot (e.g., my-disk-snapshot) based on the source disk.

#instance_name ⇒ String

The unique name of the source instance (e.g., Amazon_Linux-512MB-Virginia-1). When this is defined, a snapshot of the instance\'s system volume is created.

This parameter cannot be defined together with the disk name parameter. The instance name and disk name parameters are mutually exclusive.

#tags ⇒ Array<Types::Tag>

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4