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)


1124
1125
1126
1127
1128
# File 'lib/aws-sdk-directoryservice/types.rb', line 1124

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