Class: Aws::FMS::Types::GetPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

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

Returns:

  • (String)


1558
1559
1560
1561
1562
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1558

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