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)


944
945
946
947
948
949
# File 'lib/aws-sdk-directoryservice/types.rb', line 944

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

#nameString

The descriptive name to apply to the snapshot.

Returns:

  • (String)


944
945
946
947
948
949
# File 'lib/aws-sdk-directoryservice/types.rb', line 944

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