Class: Aws::Types::SuiteDefinitionConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#device_permission_role_arn ⇒ ::String

Returns the value of attribute device_permission_role_arn.



193
194
195
# File 'sig/types.rbs', line 193

def device_permission_role_arn
  @device_permission_role_arn
end

#devices ⇒ ::Array[Types::DeviceUnderTest]

Returns the value of attribute devices.



189
190
191
# File 'sig/types.rbs', line 189

def devices
  @devices
end

#intended_for_qualification ⇒ Boolean

Returns the value of attribute intended_for_qualification.



190
191
192
# File 'sig/types.rbs', line 190

def intended_for_qualification
  @intended_for_qualification
end

#is_long_duration_test ⇒ Boolean

Returns the value of attribute is_long_duration_test.



191
192
193
# File 'sig/types.rbs', line 191

def is_long_duration_test
  @is_long_duration_test
end

#protocol ⇒ "MqttV3_1_1", ...

Returns the value of attribute protocol.



194
195
196
# File 'sig/types.rbs', line 194

def protocol
  @protocol
end

#root_group ⇒ ::String

Returns the value of attribute root_group.



192
193
194
# File 'sig/types.rbs', line 192

def root_group
  @root_group
end

#suite_definition_name ⇒ ::String

Returns the value of attribute suite_definition_name.



188
189
190
# File 'sig/types.rbs', line 188

def suite_definition_name
  @suite_definition_name
end