AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeSimulation operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimSpaceWeaver.Model.DescribeSimulationResponse

Namespace: Amazon.SimSpaceWeaver.Model
Assembly: AWSSDK.SimSpaceWeaver.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeSimulationResponse : AmazonWebServiceResponse

The DescribeSimulationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

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

Public Property Description System.String

Gets and sets the property Description.

The description of the simulation.

Public Property ExecutionId System.String

Gets and sets the property ExecutionId.

A universally unique identifier (UUID) for this simulation.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LiveSimulationState Amazon.SimSpaceWeaver.Model.LiveSimulationState

Gets and sets the property LiveSimulationState.

A collection of additional state information, such as domain and clock configuration.

Public Property LoggingConfiguration Amazon.SimSpaceWeaver.Model.LoggingConfiguration

Gets and sets the property LoggingConfiguration.

Settings that control how SimSpace Weaver handles your simulation log data.

Public Property MaximumDuration System.String

Gets and sets the property MaximumDuration.

The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D, or its equivalent in the other units. The default value is 14D. A value equivalent to 0 makes the simulation immediately transition to Stopping as soon as it reaches Started.

Public Property Name System.String

Gets and sets the property Name.

The name of the simulation.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.

Public Property SchemaError System.String

Gets and sets the property SchemaError.

An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.

Public Property SchemaS3Location Amazon.SimSpaceWeaver.Model.S3Location

Gets and sets the property SchemaS3Location.

The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .

Public Property SnapshotS3Location Amazon.SimSpaceWeaver.Model.S3Location

Gets and sets the property SnapshotS3Location.

Public Property StartError System.String

Gets and sets the property StartError.

An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the STARTING state.

Public Property Status Amazon.SimSpaceWeaver.SimulationStatus

Gets and sets the property Status.

The current lifecycle state of the simulation.

Public Property TargetStatus Amazon.SimSpaceWeaver.SimulationTargetStatus

Gets and sets the property TargetStatus.

The desired lifecycle state of the simulation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5