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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 953

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