Class: Aws::DeviceFarm::Types::GetNetworkProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetNetworkProfileRequest
- 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 return information about.
Instance Attribute Details
#arn ⇒ String
The ARN of the network profile to return information about.
1923 1924 1925 1926 1927 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1923 class GetNetworkProfileRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |