Class: Aws::IoTManagedIntegrations::Types::GetDeviceDiscoveryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetDeviceDiscoveryResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The identifier of the account association used for the device discovery.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the device discovery job request.
-
#connector_association_id ⇒ String
The ID tracking the current discovery process for one connector association.
-
#controller_id ⇒ String
The id of the end-user's IoT hub.
-
#discovery_type ⇒ String
The discovery type supporting the type of device to be discovered in the device discovery job request.
-
#finished_at ⇒ Time
The timestamp value for the completion time of the device discovery.
-
#id ⇒ String
The id of the device discovery job request.
-
#started_at ⇒ Time
The timestamp value for the start time of the device discovery.
-
#status ⇒ String
The status of the device discovery job request.
-
#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 account association used for the device discovery.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the device discovery job request.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#connector_association_id ⇒ String
The ID tracking the current discovery process for one connector association.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#controller_id ⇒ String
The id of the end-user's IoT hub.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#discovery_type ⇒ String
The discovery type supporting the type of device to be discovered in the device discovery job request.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#finished_at ⇒ Time
The timestamp value for the completion time of the device discovery.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#id ⇒ String
The id of the device discovery job request.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#started_at ⇒ Time
The timestamp value for the start time of the device discovery.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#status ⇒ String
The status of the device discovery job request.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the device discovery request.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1881 class GetDeviceDiscoveryResponse < Struct.new( :id, :arn, :discovery_type, :status, :started_at, :controller_id, :connector_association_id, :account_association_id, :finished_at, :tags) SENSITIVE = [:tags] include Aws::Structure end |