Class: Aws::IoT::Types::DeletePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeletePolicyRequest
- 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
-
#policy_name ⇒ String
The name of the policy to delete.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy to delete.
4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-iot/types.rb', line 4803 class DeletePolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |