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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/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_arnString

Lists device's certificate ARN.

Returns:

  • (String)


94
95
96
97
98
99
100
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 94

class DeviceUnderTest < Struct.new(
  :thing_arn,
  :certificate_arn,
  :device_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#device_role_arnString

Lists device's role ARN.

Returns:

  • (String)


94
95
96
97
98
99
100
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 94

class DeviceUnderTest < Struct.new(
  :thing_arn,
  :certificate_arn,
  :device_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thing_arnString

Lists device's thing ARN.

Returns:

  • (String)


94
95
96
97
98
99
100
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 94

class DeviceUnderTest < Struct.new(
  :thing_arn,
  :certificate_arn,
  :device_role_arn)
  SENSITIVE = []
  include Aws::Structure
end