Class: Aws::DeviceFarm::Types::DeleteDevicePoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteDevicePoolRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the delete device pool operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.
Instance Attribute Details
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.
923 924 925 926 927 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 923 class DeleteDevicePoolRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |