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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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. This can be an ID or the ARN.

Returns:

  • (String)


4639
4640
4641
4642
4643
4644
4645
# File 'lib/aws-sdk-bedrock/types.rb', line 4639

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)


4639
4640
4641
4642
4643
4644
4645
# File 'lib/aws-sdk-bedrock/types.rb', line 4639

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)


4639
4640
4641
4642
4643
4644
4645
# File 'lib/aws-sdk-bedrock/types.rb', line 4639

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