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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


5170
5171
5172
5173
5174
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5170

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