Class: Aws::SimSpaceWeaver::Types::DescribeAppOutput

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

#descriptionString

The description of the app.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-simspaceweaver/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

#domainString

The name of the domain of the app.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-simspaceweaver/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_infoTypes::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 'gems/aws-sdk-simspaceweaver/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_overridesTypes::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 'gems/aws-sdk-simspaceweaver/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

#nameString

The name of the app.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-simspaceweaver/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

#simulationString

The name of the simulation of the app.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-simspaceweaver/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

#statusString

The current lifecycle state of the custom app.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-simspaceweaver/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_statusString

The desired lifecycle state of the custom app.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-simspaceweaver/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