Class: Aws::SimSpaceWeaver::Types::StartAppInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:client_token]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken is also known as an idempotency token. A ClientToken expires after 24 hours.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 883

class StartAppInput < Struct.new(
  :client_token,
  :description,
  :domain,
  :launch_overrides,
  :name,
  :simulation)
  SENSITIVE = [:client_token]
  include Aws::Structure
end

#descriptionString

The description of the app.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 883

class StartAppInput < Struct.new(
  :client_token,
  :description,
  :domain,
  :launch_overrides,
  :name,
  :simulation)
  SENSITIVE = [:client_token]
  include Aws::Structure
end

#domainString

The name of the domain of the app.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 883

class StartAppInput < Struct.new(
  :client_token,
  :description,
  :domain,
  :launch_overrides,
  :name,
  :simulation)
  SENSITIVE = [:client_token]
  include Aws::Structure
end

#launch_overridesTypes::LaunchOverrides

Options that apply when the app starts. These options override default behavior.



883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 883

class StartAppInput < Struct.new(
  :client_token,
  :description,
  :domain,
  :launch_overrides,
  :name,
  :simulation)
  SENSITIVE = [:client_token]
  include Aws::Structure
end

#nameString

The name of the app.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 883

class StartAppInput < Struct.new(
  :client_token,
  :description,
  :domain,
  :launch_overrides,
  :name,
  :simulation)
  SENSITIVE = [:client_token]
  include Aws::Structure
end

#simulationString

The name of the simulation of the app.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 883

class StartAppInput < Struct.new(
  :client_token,
  :description,
  :domain,
  :launch_overrides,
  :name,
  :simulation)
  SENSITIVE = [:client_token]
  include Aws::Structure
end