Class: Aws::FMS::Types::DeletePolicyRequest

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 DeletePolicyRequest data as a hash:

{
  policy_id: "PolicyId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

The ID of the policy that you want to delete. ‘PolicyId` is returned by `PutPolicy` and by `ListPolicies`.

Returns:

  • (String)


87
88
89
90
# File 'lib/aws-sdk-fms/types.rb', line 87

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