Class: Aws::IoTDeviceAdvisor::Types::GetSuiteRunReportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#qualification_report_download_urlString

Download URL of the qualification report.

Returns:

  • (String)


217
218
219
220
221
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 217

class GetSuiteRunReportResponse < Struct.new(
  :qualification_report_download_url)
  SENSITIVE = []
  include Aws::Structure
end