Class: Aws::Panorama::Types::CreateApplicationInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreateApplicationInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_instance_id_to_replace ⇒ String
The ID of an application instance to replace with the new instance.
-
#default_runtime_context_device ⇒ String
A device’s ID.
-
#description ⇒ String
A description for the application instance.
-
#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload
Setting overrides for the application manifest.
-
#manifest_payload ⇒ Types::ManifestPayload
The application’s manifest document.
-
#name ⇒ String
A name for the application instance.
-
#runtime_role_arn ⇒ String
The ARN of a runtime role for the application instance.
-
#tags ⇒ Hash<String,String>
Tags for the application instance.
Instance Attribute Details
#application_instance_id_to_replace ⇒ String
The ID of an application instance to replace with the new instance.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#default_runtime_context_device ⇒ String
A device’s ID.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the application instance.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload
Setting overrides for the application manifest.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#manifest_payload ⇒ Types::ManifestPayload
The application’s manifest document.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the application instance.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#runtime_role_arn ⇒ String
The ARN of a runtime role for the application instance.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the application instance.
196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-panorama/types.rb', line 196 class CreateApplicationInstanceRequest < Struct.new( :application_instance_id_to_replace, :default_runtime_context_device, :description, :manifest_overrides_payload, :manifest_payload, :name, :runtime_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |