Class: Aws::IoT::Types::DeletePolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeletePolicyVersionRequest
- Includes:
- Structure
- Defined in:
- 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.
4819 4820 4821 4822 4823 4824 |
# File 'lib/aws-sdk-iot/types.rb', line 4819 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
4819 4820 4821 4822 4823 4824 |
# File 'lib/aws-sdk-iot/types.rb', line 4819 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |