Class: Aws::SimSpaceWeaver::Types::StartAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StartAppInput
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_token]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once.
-
#description ⇒ String
The description of the app.
-
#domain ⇒ String
The name of the domain of the 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.
Instance Attribute Details
#client_token ⇒ String
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.
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 |
#description ⇒ String
The description of the app.
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 |
#domain ⇒ String
The name of the domain of the app.
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_overrides ⇒ Types::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 |
#name ⇒ String
The name of the app.
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 |
#simulation ⇒ String
The name of the simulation of the app.
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 |