Class: Aws::SimSpaceWeaver::Types::DescribeAppInput

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

#appString

The name of the app.

Returns:

  • (String)


146
147
148
149
150
151
152
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 146

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

#domainString

The name of the domain of the app.

Returns:

  • (String)


146
147
148
149
150
151
152
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 146

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

#simulationString

The name of the simulation of the app.

Returns:

  • (String)


146
147
148
149
150
151
152
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 146

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