DeleteNetworkProfileInput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type DeleteNetworkProfileInput struct { Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` }
- Arn
-
Type:
*string
The Amazon Resource Name (ARN) of the network profile you want to delete.
Arn is a required field
Method
GoString
func (s DeleteNetworkProfileInput) GoString() string
GoString returns the string representation
SetArn
func (s *DeleteNetworkProfileInput) SetArn(v string) *DeleteNetworkProfileInput
SetArn sets the Arn field's value.
String
func (s DeleteNetworkProfileInput) String() string
String returns the string representation
Validate
func (s *DeleteNetworkProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.