Class: Aws::Bedrock::Types::ListGuardrailsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifierString

The unique identifier of the guardrail.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2537

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

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


2537
2538
2539
2540
2541
2542
2543
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2537

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

#next_tokenString

If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2537

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