Class: Aws::DeviceFarm::Types::DeleteDevicePoolRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.

Returns:

  • (String)


917
918
919
920
921
# File 'lib/aws-sdk-devicefarm/types.rb', line 917

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