Class: Aws::BedrockAgentCoreControl::Types::ListPolicyGenerationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token for retrieving additional policy generations if more results are available.

Returns:

  • (String)


11035
11036
11037
11038
11039
11040
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11035

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

#policy_generationsArray<Types::PolicyGeneration>

An array of policy generation objects that match the specified criteria.

Returns:



11035
11036
11037
11038
11039
11040
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11035

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