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.
5169 5170 5171 5172 5173 |
# File 'lib/aws-sdk-iot/types.rb', line 5169 class DeletePolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |