Class: Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the test suite was created.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of the test suite.

Returns:

  • (String)


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_idString

The UUID of the test suite created.

Returns:

  • (String)


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_nameString

The suite definition name of the test suite. This is a required parameter.

Returns:

  • (String)


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