Class: Aws::IoT::Types::DeletePolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeletePolicyVersionRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The input for the DeletePolicyVersion operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy.
-
#policy_version_id ⇒ String
The policy version ID.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5220 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5220 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |