Method: Aws::FMS::Types::GetPolicyRequest#policy_id

Defined in:
lib/aws-sdk-fms/types.rb

#policy_idString

The ID of the Firewall Manager policy that you want the details for.

Returns:

  • (String)


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