Class: Aws::IoT::Types::DeletePolicyRequest

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

Overview

Note:

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

{
  policy_name: "PolicyName", # required
}

The input for the DeletePolicy operation.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy to delete.

Returns:

  • (String)


3338
3339
3340
3341
# File 'lib/aws-sdk-iot/types.rb', line 3338

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