Class: Aws::MPA::Types::ListPolicyVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_versionsArray<Types::PolicyVersionSummary>

An array of PolicyVersionSummary objects. Contains details for the version of the policies that define the permissions for team resources.

Returns:



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