Class: Aws::Types::GetDevicePoolCompatibilityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn::String

Returns the value of attribute app_arn.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def app_arn
  @app_arn
end

#configurationTypes::ScheduleRunConfiguration

Returns the value of attribute configuration.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def configuration
  @configuration
end

#device_pool_arn::String

Returns the value of attribute device_pool_arn.

Returns:



397
398
399
# File 'sig/types.rbs', line 397

def device_pool_arn
  @device_pool_arn
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:



402
403
404
# File 'sig/types.rbs', line 402

def project_arn
  @project_arn
end

#testTypes::ScheduleRunTest

Returns the value of attribute test.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def test
  @test
end

#test_type"BUILTIN_FUZZ", ...

Returns the value of attribute test_type.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def test_type
  @test_type
end