Class: Aws::FMS::Types::GetPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The ID of the Firewall Manager policy that you want the details for.
Instance Attribute Details
#policy_id ⇒ String
The ID of the Firewall Manager policy that you want the details for.
1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-fms/types.rb', line 1558 class GetPolicyRequest < Struct.new( :policy_id) SENSITIVE = [] include Aws::Structure end |