Class: Aws::IoT::Types::ListPolicyVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPolicyVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the ListPolicyVersions operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_versions ⇒ Array<Types::PolicyVersion>
The policy versions.
Instance Attribute Details
#policy_versions ⇒ Array<Types::PolicyVersion>
The policy versions.
11550 11551 11552 11553 11554 |
# File 'lib/aws-sdk-iot/types.rb', line 11550 class ListPolicyVersionsResponse < Struct.new( :policy_versions) SENSITIVE = [] include Aws::Structure end |