Class: Aws::SimSpaceWeaver::Types::SimulationAppMetadata

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

Overview

A collection of metadata about the app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 753

class SimulationAppMetadata < Struct.new(
  :domain,
  :name,
  :simulation,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the app.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 753

class SimulationAppMetadata < Struct.new(
  :domain,
  :name,
  :simulation,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#simulationString

The name of the simulation of the app.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 753

class SimulationAppMetadata < Struct.new(
  :domain,
  :name,
  :simulation,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the app.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 753

class SimulationAppMetadata < Struct.new(
  :domain,
  :name,
  :simulation,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_statusString

The desired status of the app.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 753

class SimulationAppMetadata < Struct.new(
  :domain,
  :name,
  :simulation,
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end