Class: Aws::DirectoryService::Types::RestoreFromSnapshotRequest

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

Overview

An object representing the inputs for the RestoreFromSnapshot operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The identifier of the snapshot to restore from.

Returns:

  • (String)


3731
3732
3733
3734
3735
# File 'lib/aws-sdk-directoryservice/types.rb', line 3731

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