Class: Aws::SimSpaceWeaver::Types::StartSimulationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StartSimulationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation.
-
#creation_time ⇒ Time
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
-
#execution_id ⇒ String
A universally unique identifier (UUID) for this simulation.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1054 class StartSimulationOutput < Struct.new( :arn, :creation_time, :execution_id) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1054 class StartSimulationOutput < Struct.new( :arn, :creation_time, :execution_id) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
A universally unique identifier (UUID) for this simulation.
1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1054 class StartSimulationOutput < Struct.new( :arn, :creation_time, :execution_id) SENSITIVE = [] include Aws::Structure end |