Class: Aws::DeviceFarm::Types::DeleteNetworkProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteNetworkProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the network profile to delete.
Instance Attribute Details
#arn ⇒ String
The ARN of the network profile to delete.
952 953 954 955 956 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 952 class DeleteNetworkProfileRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |