Class: Aws::BedrockAgentCoreControl::Types::ListPolicyGenerationsRequest

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

#max_resultsInteger

The maximum number of policy generations to return in a single response.

Returns:

  • (Integer)


11015
11016
11017
11018
11019
11020
11021
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11015

class ListPolicyGenerationsRequest < Struct.new(
  :next_token,
  :max_results,
  :policy_engine_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for retrieving additional policy generations when results are paginated.

Returns:

  • (String)


11015
11016
11017
11018
11019
11020
11021
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11015

class ListPolicyGenerationsRequest < Struct.new(
  :next_token,
  :max_results,
  :policy_engine_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_engine_idString

The identifier of the policy engine whose policy generations to retrieve.

Returns:

  • (String)


11015
11016
11017
11018
11019
11020
11021
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11015

class ListPolicyGenerationsRequest < Struct.new(
  :next_token,
  :max_results,
  :policy_engine_id)
  SENSITIVE = []
  include Aws::Structure
end