Class: Aws::DirectoryService::Types::CreateSnapshotRequest

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

Overview

Contains the inputs for the CreateSnapshot operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory of which to take a snapshot.

Returns:

  • (String)


938
939
940
941
942
943
# File 'lib/aws-sdk-directoryservice/types.rb', line 938

class CreateSnapshotRequest < Struct.new(
  :directory_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The descriptive name to apply to the snapshot.

Returns:

  • (String)


938
939
940
941
942
943
# File 'lib/aws-sdk-directoryservice/types.rb', line 938

class CreateSnapshotRequest < Struct.new(
  :directory_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end