Class: Aws::SimSpaceWeaver::Types::DescribeAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::DescribeAppInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ String
The name of the app.
-
#domain ⇒ String
The name of the domain of the app.
-
#simulation ⇒ String
The name of the simulation of the app.
Instance Attribute Details
#app ⇒ String
The name of the app.
146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 146 class DescribeAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain of the app.
146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 146 class DescribeAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation of the app.
146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 146 class DescribeAppInput < Struct.new( :app, :domain, :simulation) SENSITIVE = [] include Aws::Structure end |