Class: Aws::Types::SuiteDefinitionInformation
- Inherits:
-
Object
- Object
- Aws::Types::SuiteDefinitionInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#default_devices ⇒ ::Array[Types::DeviceUnderTest]
Returns the value of attribute default_devices.
-
#intended_for_qualification ⇒ Boolean
Returns the value of attribute intended_for_qualification.
-
#is_long_duration_test ⇒ Boolean
Returns the value of attribute is_long_duration_test.
-
#protocol ⇒ "MqttV3_1_1", ...
Returns the value of attribute protocol.
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
-
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
205 206 207 |
# File 'sig/types.rbs', line 205 def created_at @created_at end |
#default_devices ⇒ ::Array[Types::DeviceUnderTest]
Returns the value of attribute default_devices.
201 202 203 |
# File 'sig/types.rbs', line 201 def default_devices @default_devices end |
#intended_for_qualification ⇒ Boolean
Returns the value of attribute intended_for_qualification.
202 203 204 |
# File 'sig/types.rbs', line 202 def intended_for_qualification @intended_for_qualification end |
#is_long_duration_test ⇒ Boolean
Returns the value of attribute is_long_duration_test.
203 204 205 |
# File 'sig/types.rbs', line 203 def is_long_duration_test @is_long_duration_test end |
#protocol ⇒ "MqttV3_1_1", ...
Returns the value of attribute protocol.
204 205 206 |
# File 'sig/types.rbs', line 204 def protocol @protocol end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def suite_definition_id @suite_definition_id end |
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
200 201 202 |
# File 'sig/types.rbs', line 200 def suite_definition_name @suite_definition_name end |