Method: Aws::DeviceFarm::Types::DeleteProjectRequest#arn
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.
946 947 948 949 950 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 946 class DeleteProjectRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |