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)


1374
1375
1376
1377
1378
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1374

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