Class: Aws::IoTRoboRunner::Types::VendorProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::VendorProperties
- 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
-
#vendor_additional_fixed_properties ⇒ String
JSON blob containing unstructured vendor properties that are fixed and won’t change during regular operation.
-
#vendor_additional_transient_properties ⇒ String
JSON blob containing unstructured vendor properties that are transient and may change during regular operation.
-
#vendor_worker_id ⇒ String
The worker ID defined by the vendor FMS.
-
#vendor_worker_ip_address ⇒ String
The worker IP address defined by the vendor FMS.
Instance Attribute Details
#vendor_additional_fixed_properties ⇒ String
JSON blob containing unstructured vendor properties that are fixed and won’t change during regular operation.
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_properties ⇒ String
JSON blob containing unstructured vendor properties that are transient and may change during regular operation.
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_id ⇒ String
The worker ID defined by the vendor FMS.
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_address ⇒ String
The worker IP address defined by the vendor FMS.
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 |