Class: Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token for the test suite definition creation.
-
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Creates a Device Advisor test suite with suite definition configuration.
-
#tags ⇒ Hash<String,String>
The tags to be attached to the suite definition.
Instance Attribute Details
#client_token ⇒ String
The client token for the test suite definition creation. This token is used for tracking test suite definition creation using retries and obtaining its status. This parameter is optional.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 43 class CreateSuiteDefinitionRequest < Struct.new( :suite_definition_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Creates a Device Advisor test suite with suite definition configuration.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 43 class CreateSuiteDefinitionRequest < Struct.new( :suite_definition_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be attached to the suite definition.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 43 class CreateSuiteDefinitionRequest < Struct.new( :suite_definition_configuration, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |