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.
11651 11652 11653 11654 11655 |
# File 'lib/aws-sdk-iot/types.rb', line 11651 class ListPolicyVersionsRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |