Class: Aws::IoT::Types::DeletePolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeletePolicyVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DeletePolicyVersionRequest data as a hash:
{
policy_name: "PolicyName", # required
policy_version_id: "PolicyVersionId", # required
}
The input for the DeletePolicyVersion operation.
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.
3361 3362 3363 3364 3365 |
# File 'lib/aws-sdk-iot/types.rb', line 3361 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
3361 3362 3363 3364 3365 |
# File 'lib/aws-sdk-iot/types.rb', line 3361 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) include Aws::Structure end |