Class: Aws::DirectoryService::Types::DeleteSnapshotRequest

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

Overview

Contains the inputs for the DeleteSnapshot operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The identifier of the directory snapshot to be deleted.

Returns:

  • (String)


1117
1118
1119
1120
1121
# File 'lib/aws-sdk-directoryservice/types.rb', line 1117

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