Class: Aws::IoTDeviceAdvisor::Types::StartSuiteRunResponse

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

#created_atTime

Starts a Device Advisor test suite run based on suite create time.

Returns:

  • (Time)


480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 480

class StartSuiteRunResponse < Struct.new(
  :suite_run_id,
  :suite_run_arn,
  :created_at,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The response of an Device Advisor test endpoint.

Returns:

  • (String)


480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 480

class StartSuiteRunResponse < Struct.new(
  :suite_run_id,
  :suite_run_arn,
  :created_at,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#suite_run_arnString

Amazon Resource Name (ARN) of the started suite run.

Returns:

  • (String)


480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 480

class StartSuiteRunResponse < Struct.new(
  :suite_run_id,
  :suite_run_arn,
  :created_at,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#suite_run_idString

Suite Run ID of the started suite run.

Returns:

  • (String)


480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 480

class StartSuiteRunResponse < Struct.new(
  :suite_run_id,
  :suite_run_arn,
  :created_at,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end