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.
10841 10842 10843 10844 10845 |
# File 'lib/aws-sdk-iot/types.rb', line 10841 class ListPolicyVersionsRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |