Class: Aws::DeviceFarm::Types::DeleteProjectRequest

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

Overview

Represents a request to the delete project operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


991
992
993
994
995
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 991

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