Class: Aws::DeviceFarm::Types::DeleteNetworkProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the network profile to delete.

Returns:

  • (String)


972
973
974
975
976
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 972

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