Class: Aws::IoTDeviceAdvisor::Types::UpdateSuiteDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::UpdateSuiteDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Timestamp of when the test suite was created.
-
#last_updated_at ⇒ Time
Timestamp of when the test suite was updated.
-
#suite_definition_arn ⇒ String
Amazon Resource Name (ARN) of the updated test suite.
-
#suite_definition_id ⇒ String
Suite definition ID of the updated test suite.
-
#suite_definition_name ⇒ String
Updates the suite definition name.
-
#suite_definition_version ⇒ String
Suite definition version of the updated test suite.
Instance Attribute Details
#created_at ⇒ Time
Timestamp of when the test suite was created.
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.
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.
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.
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.
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.
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 |