Class: Aws::AccessAnalyzer::Types::ListPolicyGenerationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2758

class ListPolicyGenerationsResponse < Struct.new(
  :policy_generations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#policy_generationsArray<Types::PolicyGeneration>

A PolicyGeneration object that contains details about the generated policy.

Returns:



2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2758

class ListPolicyGenerationsResponse < Struct.new(
  :policy_generations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end