Class: Aws::Types::SuiteDefinitionInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • ("MqttV3_1_1", "MqttV5", "MqttV3_1_1_OverWebSocket", "MqttV5_OverWebSocket")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def suite_definition_name
  @suite_definition_name
end