Class: Aws::IoT::Types::ListPolicyVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPolicyVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the ListPolicyVersions operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The policy name.
Instance Attribute Details
#policy_name ⇒ String
The policy name.
11579 11580 11581 11582 11583 |
# File 'lib/aws-sdk-iot/types.rb', line 11579 class ListPolicyVersionsRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |