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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


490
491
492
493
494
495
496
497
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 490

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)


490
491
492
493
494
495
496
497
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 490

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)


490
491
492
493
494
495
496
497
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 490

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)


490
491
492
493
494
495
496
497
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 490

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