Class: Aws::DeviceFarm::Types::GetNetworkProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 return information about.

Returns:

  • (String)


1956
1957
1958
1959
1960
# File 'lib/aws-sdk-devicefarm/types.rb', line 1956

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