Class: Aws::SimSpaceWeaver::Types::StopAppInput

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)


1076
1077
1078
1079
1080
1081
1082
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1076

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

#domainString

The name of the domain of the app.

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1076

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

#simulationString

The name of the simulation of the app.

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1076

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