Class: Aws::DirectoryService::Types::CreateSnapshotResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#snapshot_idString

The identifier of the snapshot that was created.

Returns:

  • (String)


953
954
955
956
957
# File 'lib/aws-sdk-directoryservice/types.rb', line 953

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