Class: Aws::DirectoryService::Types::CreateSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains the results of the CreateSnapshot operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The identifier of the snapshot that was created.
Instance Attribute Details
#snapshot_id ⇒ String
The identifier of the snapshot that was created.
959 960 961 962 963 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 959 class CreateSnapshotResult < Struct.new( :snapshot_id) SENSITIVE = [] include Aws::Structure end |