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

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

Overview

Note:

When making an API call, you may pass GetPolicyRequest data as a hash:

{
  policy_id: "PolicyId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

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

Returns:

  • (String)


220
221
222
223
# File 'lib/aws-sdk-fms/types.rb', line 220

class GetPolicyRequest < Struct.new(
  :policy_id)
  include Aws::Structure
end