Class: Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionRequest

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

#client_tokenString

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.

Returns:

  • (String)


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_configurationTypes::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

#tagsHash<String,String>

The tags to be attached to the suite definition.

Returns:

  • (Hash<String,String>)


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