Class: Aws::IoTDeviceAdvisor::Types::DeviceUnderTest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::DeviceUnderTest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Overview
Information of a test device. A thing ARN, certificate ARN or device role ARN is required.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
Lists device’s certificate ARN.
-
#device_role_arn ⇒ String
Lists device’s role ARN.
-
#thing_arn ⇒ String
Lists device’s thing ARN.
Instance Attribute Details
#certificate_arn ⇒ String
Lists device’s certificate ARN.
104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 104 class DeviceUnderTest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn) SENSITIVE = [] include Aws::Structure end |
#device_role_arn ⇒ String
Lists device’s role ARN.
104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 104 class DeviceUnderTest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
Lists device’s thing ARN.
104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 104 class DeviceUnderTest < Struct.new( :thing_arn, :certificate_arn, :device_role_arn) SENSITIVE = [] include Aws::Structure end |