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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_snapshot_nameString

The name of the snapshot to delete.

Returns:

  • (String)


5152
5153
5154
5155
5156
# File 'lib/aws-sdk-lightsail/types.rb', line 5152

class DeleteInstanceSnapshotRequest < Struct.new(
  :instance_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end