Method: Aws::DeviceFarm::Types::DeleteProjectRequest#arn

Defined in:
lib/aws-sdk-devicefarm/types.rb

#arnString

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

Returns:

  • (String)


946
947
948
949
950
# File 'lib/aws-sdk-devicefarm/types.rb', line 946

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