Class: Aws::IoTDeviceAdvisor::Types::UpdateSuiteDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::UpdateSuiteDefinitionResponse
- Defined in:
- gems/aws-sdk-iotdeviceadvisor/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.
906 907 908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 906 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.
906 907 908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 906 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.
906 907 908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 906 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.
906 907 908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 906 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.
906 907 908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 906 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.
906 907 908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 906 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 |