Class: Aws::Panorama::Types::CreateApplicationInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_instance_id_to_replaceString

The ID of an application instance to replace with the new instance.

Returns:

  • (String)


196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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_deviceString

A device's ID.

Returns:

  • (String)


196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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

#descriptionString

A description for the application instance.

Returns:

  • (String)


196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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_payloadTypes::ManifestOverridesPayload

Setting overrides for the application manifest.



196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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_payloadTypes::ManifestPayload

The application's manifest document.



196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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

#nameString

A name for the application instance.

Returns:

  • (String)


196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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_arnString

The ARN of a runtime role for the application instance.

Returns:

  • (String)


196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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

#tagsHash<String,String>

Tags for the application instance.

Returns:

  • (Hash<String,String>)


196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-panorama/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