Class: Aws::SimSpaceWeaver::Types::SimulationMetadata

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

Overview

A collection of data about the simulation.

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)


840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 840

class SimulationMetadata < Struct.new(
  :arn,
  :creation_time,
  :name,
  :status,
  :target_status)
  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)


840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 840

class SimulationMetadata < Struct.new(
  :arn,
  :creation_time,
  :name,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the simulation.

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 840

class SimulationMetadata < Struct.new(
  :arn,
  :creation_time,
  :name,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the simulation.

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 840

class SimulationMetadata < Struct.new(
  :arn,
  :creation_time,
  :name,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_statusString

The desired status of the simulation.

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 840

class SimulationMetadata < Struct.new(
  :arn,
  :creation_time,
  :name,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end