Class: Aws::WorkLink::Types::DescribeDevicePolicyConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeDevicePolicyConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#fleet_arn ⇒ String
The ARN of the fleet.
237 238 239 240 241 |
# File 'lib/aws-sdk-worklink/types.rb', line 237 class DescribeDevicePolicyConfigurationRequest < Struct.new( :fleet_arn) SENSITIVE = [] include Aws::Structure end |