Class: Aws::SimSpaceWeaver::Types::SimulationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::SimulationMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
A collection of data about the simulation.
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).
-
#name ⇒ String
The name of the simulation.
-
#status ⇒ String
The current status of the simulation.
-
#target_status ⇒ String
The desired status of the 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
840 841 842 843 844 845 846 847 848 |
# File '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_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).
840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 840 class SimulationMetadata < Struct.new( :arn, :creation_time, :name, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the simulation.
840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 840 class SimulationMetadata < Struct.new( :arn, :creation_time, :name, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the simulation.
840 841 842 843 844 845 846 847 848 |
# File '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_status ⇒ String
The desired status of the simulation.
840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 840 class SimulationMetadata < Struct.new( :arn, :creation_time, :name, :status, :target_status) SENSITIVE = [] include Aws::Structure end |