Class: Aws::Bedrock::Types::GuardrailSummary

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

Overview

Contains details about a guardrail.

This data type is used in the following API operations:

  • ListGuardrails response body][1

^

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_ListGuardrails.html#API_ListGuardrails_ResponseSyntax

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the guardrail.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_atTime

The date and time at which the guardrail was created.

Returns:

  • (Time)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

A description of the guardrail.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#idString

The unique identifier of the guardrail.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the guardrail.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#statusString

The status of the guardrail.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#updated_atTime

The date and time at which the guardrail was last updated.

Returns:

  • (Time)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#versionString

The version of the guardrail.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-bedrock/types.rb', line 3785

class GuardrailSummary < Struct.new(
  :id,
  :arn,
  :status,
  :name,
  :description,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end