Class: Aws::DeviceFarm::Types::GetDevicePoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetDevicePoolRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the get device pool operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The device pool's ARN.
Instance Attribute Details
#arn ⇒ String
The device pool's ARN.
1820 1821 1822 1823 1824 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1820 class GetDevicePoolRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |