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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1110

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