Class: Aws::IoTDeviceAdvisor::Types::DeviceUnderTest

Inherits:
Struct
  • Object
show all
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

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