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

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

Overview

The input for the DeletePolicy operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy to delete.

Returns:

  • (String)


4619
4620
4621
4622
4623
# File 'lib/aws-sdk-iot/types.rb', line 4619

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