Class: Aws::IoT::Types::DeletePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeletePolicyRequest
- 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
-
#policy_name ⇒ String
The name of the policy to delete.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy to delete.
3338 3339 3340 3341 |
# File 'lib/aws-sdk-iot/types.rb', line 3338 class DeletePolicyRequest < Struct.new( :policy_name) include Aws::Structure end |