Class: Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse
- Includes:
- Structure
- Defined in:
- 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.
68 69 70 71 72 73 74 75 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 68 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.
68 69 70 71 72 73 74 75 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 68 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.
68 69 70 71 72 73 74 75 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 68 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.
68 69 70 71 72 73 74 75 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 68 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |