Class: Aws::IoTDeviceAdvisor::Types::UpdateSuiteDefinitionResponse

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

#created_at ⇒ Time

Timestamp of when the test suite was created.

Returns:

  • (Time)


916
917
918
919
920
921
922
923
924
925
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 916

class UpdateSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_name,
  :suite_definition_version,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_at ⇒ Time

Timestamp of when the test suite was updated.

Returns:

  • (Time)


916
917
918
919
920
921
922
923
924
925
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 916

class UpdateSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_name,
  :suite_definition_version,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_arn ⇒ String

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

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 916

class UpdateSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_name,
  :suite_definition_version,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_id ⇒ String

Suite definition ID of the updated test suite.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 916

class UpdateSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_name,
  :suite_definition_version,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_name ⇒ String

Updates the suite definition name. This is a required parameter.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 916

class UpdateSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_name,
  :suite_definition_version,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_version ⇒ String

Suite definition version of the updated test suite.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 916

class UpdateSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_name,
  :suite_definition_version,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end