Class: Aws::DeviceFarm::Types::DeleteTestGridProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteTestGridProjectRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
Instance Attribute Details
#project_arn ⇒ String
The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1032 class DeleteTestGridProjectRequest < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |