Class: Aws::IoTDeviceAdvisor::Types::StartSuiteRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::StartSuiteRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Starts a Device Advisor test suite run based on suite create time.
-
#endpoint ⇒ String
The response of an Device Advisor test endpoint.
-
#suite_run_arn ⇒ String
Amazon Resource Name (ARN) of the started suite run.
-
#suite_run_id ⇒ String
Suite Run ID of the started suite run.
Instance Attribute Details
#created_at ⇒ Time
Starts a Device Advisor test suite run based on suite create 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 |
#endpoint ⇒ String
The response of an Device Advisor test endpoint.
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_arn ⇒ String
Amazon Resource Name (ARN) of the started suite run.
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_id ⇒ String
Suite Run ID of the started suite run.
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 |