Class: Aws::Lightsail::Types::DeleteInstanceSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Note:

When making an API call, you may pass DeleteInstanceSnapshotRequest data as a hash:

{
  instance_snapshot_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#instance_snapshot_nameString

The name of the snapshot to delete.

Returns:

  • (String)


1936
1937
1938
1939
# File 'lib/aws-sdk-lightsail/types.rb', line 1936

class DeleteInstanceSnapshotRequest < Struct.new(
  :instance_snapshot_name)
  include Aws::Structure
end