Class: Aws::SimSpaceWeaver::Types::CreateSnapshotInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::CreateSnapshotInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::S3Destination
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
-
#simulation ⇒ String
The name of the simulation.
Instance Attribute Details
#destination ⇒ Types::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 'lib/aws-sdk-simspaceweaver/types.rb', line 79 class CreateSnapshotInput < Struct.new( :destination, :simulation) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation.
79 80 81 82 83 84 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 79 class CreateSnapshotInput < Struct.new( :destination, :simulation) SENSITIVE = [] include Aws::Structure end |