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)


1110
1111
1112
1113
1114
# File 'lib/aws-sdk-directoryservice/types.rb', line 1110

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