Class: Aws::DeviceFarm::Types::DeleteTestGridProjectRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.

Returns:

  • (String)


1052
1053
1054
1055
1056
# File 'lib/aws-sdk-devicefarm/types.rb', line 1052

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