Class: Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse
- Defined in:
- gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the test suite was created.
-
#suite_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the test suite.
-
#suite_definition_id ⇒ String
The UUID of the test suite created.
-
#suite_definition_name ⇒ String
The suite definition name of the test suite.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the test suite was created.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 58 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |
#suite_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the test suite.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 58 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |
#suite_definition_id ⇒ String
The UUID of the test suite created.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 58 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |
#suite_definition_name ⇒ String
The suite definition name of the test suite. This is a required parameter.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 58 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |