Class: Aws::DirectoryService::Types::CreateSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateSnapshotRequest
- 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
-
#directory_id ⇒ String
The identifier of the directory of which to take a snapshot.
-
#name ⇒ String
The descriptive name to apply to the snapshot.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory of which to take a snapshot.
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 |
#name ⇒ String
The descriptive name to apply to the snapshot.
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 |