Class: Aws::SimSpaceWeaver::Types::StartAppOutput

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

#domainString

The name of the domain of the app.

Returns:

  • (String)


908
909
910
911
912
913
914
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 908

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

#nameString

The name of the app.

Returns:

  • (String)


908
909
910
911
912
913
914
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 908

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

#simulationString

The name of the simulation of the app.

Returns:

  • (String)


908
909
910
911
912
913
914
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 908

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