Class: Aws::IoTManagedIntegrations::Types::StartDeviceDiscoveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::StartDeviceDiscoveryRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:authentication_material, :tags, :connector_device_id_list]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The identifier of the cloud-to-cloud account association to use for discovery of third-party devices.
-
#authentication_material ⇒ String
The authentication material required to start the local device discovery job request.
-
#authentication_material_type ⇒ String
The type of authentication material used for device discovery jobs.
-
#client_token ⇒ String
An idempotency token.
-
#connector_association_identifier ⇒ String
The id of the connector association.
-
#connector_device_id_list ⇒ Array<String>
Used as a filter for PLA discoveries.
-
#controller_identifier ⇒ String
The id of the end-user's IoT hub.
-
#custom_protocol_detail ⇒ Hash<String,String>
Additional protocol-specific details required for device discovery, which vary based on the discovery type.
-
#discovery_type ⇒ String
The discovery type supporting the type of device to be discovered in the device discovery task request.
-
#end_device_identifier ⇒ String
The unique id of the end device for capability rediscovery.
-
#protocol ⇒ String
The protocol type for capability rediscovery (ZWAVE, ZIGBEE, or CUSTOM).
-
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the device discovery request.
Instance Attribute Details
#account_association_id ⇒ String
The identifier of the cloud-to-cloud account association to use for discovery of third-party devices.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#authentication_material ⇒ String
The authentication material required to start the local device discovery job request.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#authentication_material_type ⇒ String
The type of authentication material used for device discovery jobs.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#client_token ⇒ String
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#connector_association_identifier ⇒ String
The id of the connector association.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#connector_device_id_list ⇒ Array<String>
Used as a filter for PLA discoveries.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#controller_identifier ⇒ String
The id of the end-user's IoT hub.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#custom_protocol_detail ⇒ Hash<String,String>
Additional protocol-specific details required for device discovery, which vary based on the discovery type.
DiscoveryType of CUSTOM, the string-to-string map must
have a key value of Name set to a non-empty-string.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#discovery_type ⇒ String
The discovery type supporting the type of device to be discovered in the device discovery task request.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#end_device_identifier ⇒ String
The unique id of the end device for capability rediscovery.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#protocol ⇒ String
The protocol type for capability rediscovery (ZWAVE, ZIGBEE, or CUSTOM).
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the device discovery request.
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4765 class StartDeviceDiscoveryRequest < Struct.new( :discovery_type, :custom_protocol_detail, :controller_identifier, :connector_association_identifier, :account_association_id, :authentication_material, :authentication_material_type, :client_token, :tags, :connector_device_id_list, :protocol, :end_device_identifier) SENSITIVE = [:authentication_material, :tags, :connector_device_id_list] include Aws::Structure end |