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.
4707 4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-iot/types.rb', line 4707 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
4707 4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-iot/types.rb', line 4707 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |