Class: Aws::MPA::Types::ListPolicyVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListPolicyVersionsResponse
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#policy_versions ⇒ Array<Types::PolicyVersionSummary>
An array of
PolicyVersionSummaryobjects.
Instance Attribute Details
#next_token ⇒ String
If present, indicates that more output is available than is included
in the current response. Use this value in the NextToken request
parameter in a next call to the operation to get more output. You
can repeat this until the NextToken response element returns
null.
1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1352 class ListPolicyVersionsResponse < Struct.new( :next_token, :policy_versions) SENSITIVE = [] include Aws::Structure end |
#policy_versions ⇒ Array<Types::PolicyVersionSummary>
An array of PolicyVersionSummary objects. Contains details for the
version of the policies that define the permissions for team
resources.
1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1352 class ListPolicyVersionsResponse < Struct.new( :next_token, :policy_versions) SENSITIVE = [] include Aws::Structure end |