Class: Aws::DeviceFarm::Types::GetDevicePoolRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

Represents a request to the get device pool operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The device pool’s ARN.

Returns:

  • (String)


1817
1818
1819
1820
1821
# File 'lib/aws-sdk-devicefarm/types.rb', line 1817

class GetDevicePoolRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end