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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1966 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 |