Class: Aws::IoTRoboRunner::Types::VendorProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotroborunner/types.rb

Overview

Properties of the worker that are provided by the vendor FMS.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vendor_additional_fixed_propertiesString

JSON blob containing unstructured vendor properties that are fixed and won’t change during regular operation.

Returns:

  • (String)


1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-iotroborunner/types.rb', line 1221

class VendorProperties < Struct.new(
  :vendor_worker_id,
  :vendor_worker_ip_address,
  :vendor_additional_transient_properties,
  :vendor_additional_fixed_properties)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_additional_transient_propertiesString

JSON blob containing unstructured vendor properties that are transient and may change during regular operation.

Returns:

  • (String)


1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-iotroborunner/types.rb', line 1221

class VendorProperties < Struct.new(
  :vendor_worker_id,
  :vendor_worker_ip_address,
  :vendor_additional_transient_properties,
  :vendor_additional_fixed_properties)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_worker_idString

The worker ID defined by the vendor FMS.

Returns:

  • (String)


1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-iotroborunner/types.rb', line 1221

class VendorProperties < Struct.new(
  :vendor_worker_id,
  :vendor_worker_ip_address,
  :vendor_additional_transient_properties,
  :vendor_additional_fixed_properties)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_worker_ip_addressString

The worker IP address defined by the vendor FMS.

Returns:

  • (String)


1221
1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-iotroborunner/types.rb', line 1221

class VendorProperties < Struct.new(
  :vendor_worker_id,
  :vendor_worker_ip_address,
  :vendor_additional_transient_properties,
  :vendor_additional_fixed_properties)
  SENSITIVE = []
  include Aws::Structure
end