Class: Aws::SimSpaceWeaver::Types::CreateSnapshotInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::S3Destination

The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.

The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.



79
80
81
82
83
84
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 79

class CreateSnapshotInput < Struct.new(
  :destination,
  :simulation)
  SENSITIVE = []
  include Aws::Structure
end

#simulationString

The name of the simulation.

Returns:

  • (String)


79
80
81
82
83
84
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 79

class CreateSnapshotInput < Struct.new(
  :destination,
  :simulation)
  SENSITIVE = []
  include Aws::Structure
end