Class: Aws::SimSpaceWeaver::Types::DescribeAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::DescribeAppOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the app.
-
#domain ⇒ String
The name of the domain of the app.
-
#endpoint_info ⇒ Types::SimulationAppEndpointInfo
Information about the network endpoint for the custom app.
-
#launch_overrides ⇒ Types::LaunchOverrides
Options that apply when the app starts.
-
#name ⇒ String
The name of the app.
-
#simulation ⇒ String
The name of the simulation of the app.
-
#status ⇒ String
The current lifecycle state of the custom app.
-
#target_status ⇒ String
The desired lifecycle state of the custom app.
Instance Attribute Details
#description ⇒ String
The description of the app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain of the app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#endpoint_info ⇒ Types::SimulationAppEndpointInfo
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#launch_overrides ⇒ Types::LaunchOverrides
Options that apply when the app starts. These options override default behavior.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#simulation ⇒ String
The name of the simulation of the app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current lifecycle state of the custom app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |
#target_status ⇒ String
The desired lifecycle state of the custom app.
190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 190 class DescribeAppOutput < Struct.new( :description, :domain, :endpoint_info, :launch_overrides, :name, :simulation, :status, :target_status) SENSITIVE = [] include Aws::Structure end |