Class: Aws::DirectoryService::Types::DeleteSnapshotResult

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

Overview

Contains the results of the DeleteSnapshot operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The identifier of the directory snapshot that was deleted.

Returns:

  • (String)


1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directoryservice/types.rb', line 1131

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