Class: Aws::SimSpaceWeaver::Types::StartSimulationOutput

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

#arnString

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.

Returns:

  • (String)


1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1054

class StartSimulationOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

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).

Returns:

  • (Time)


1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1054

class StartSimulationOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

A universally unique identifier (UUID) for this simulation.

Returns:

  • (String)


1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1054

class StartSimulationOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end