Class: Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::CreateSuiteDefinitionResponse
- Defined in:
- gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Creates a Device Advisor test suite with TimeStamp of when it was created.
-
#suite_definition_arn ⇒ String
Creates a Device Advisor test suite with Amazon Resource Name (ARN).
-
#suite_definition_id ⇒ String
Creates a Device Advisor test suite with suite UUID.
-
#suite_definition_name ⇒ String
Creates a Device Advisor test suite with suite definition name.
Instance Attribute Details
#created_at ⇒ Time
Creates a Device Advisor test suite with TimeStamp of when it was created.
81 82 83 84 85 86 87 88 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 81 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |
#suite_definition_arn ⇒ String
Creates a Device Advisor test suite with Amazon Resource Name (ARN).
81 82 83 84 85 86 87 88 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 81 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |
#suite_definition_id ⇒ String
Creates a Device Advisor test suite with suite UUID.
81 82 83 84 85 86 87 88 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 81 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |
#suite_definition_name ⇒ String
Creates a Device Advisor test suite with suite definition name.
81 82 83 84 85 86 87 88 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 81 class CreateSuiteDefinitionResponse < Struct.new( :suite_definition_id, :suite_definition_arn, :suite_definition_name, :created_at) SENSITIVE = [] include Aws::Structure end |