Class: Aws::IoT::Types::DeletePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeletePolicyRequest
- Defined in:
- gems/aws-sdk-iot/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.
5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5165 class DeletePolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |