Class: Aws::BedrockRuntime::Types::AppliedGuardrailDetails

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

Overview

Details about the specific guardrail that was applied during this assessment, including its identifier, version, ARN, origin, and ownership information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_arnString

The ARN of the guardrail that was applied.

Returns:

  • (String)


76
77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 76

class AppliedGuardrailDetails < Struct.new(
  :guardrail_id,
  :guardrail_version,
  :guardrail_arn,
  :guardrail_origin,
  :guardrail_ownership)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_idString

The unique ID of the guardrail that was applied.

Returns:

  • (String)


76
77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 76

class AppliedGuardrailDetails < Struct.new(
  :guardrail_id,
  :guardrail_version,
  :guardrail_arn,
  :guardrail_origin,
  :guardrail_ownership)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_originArray<String>

The origin of how the guardrail was applied. This can be either requested at the API level or enforced at the account or organization level as a default guardrail.

Returns:

  • (Array<String>)


76
77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 76

class AppliedGuardrailDetails < Struct.new(
  :guardrail_id,
  :guardrail_version,
  :guardrail_arn,
  :guardrail_origin,
  :guardrail_ownership)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_ownershipString

The ownership type of the guardrail, indicating whether it is owned by the requesting account or is a cross-account guardrail shared from another AWS account.

Returns:

  • (String)


76
77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 76

class AppliedGuardrailDetails < Struct.new(
  :guardrail_id,
  :guardrail_version,
  :guardrail_arn,
  :guardrail_origin,
  :guardrail_ownership)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_versionString

The version of the guardrail that was applied.

Returns:

  • (String)


76
77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 76

class AppliedGuardrailDetails < Struct.new(
  :guardrail_id,
  :guardrail_version,
  :guardrail_arn,
  :guardrail_origin,
  :guardrail_ownership)
  SENSITIVE = []
  include Aws::Structure
end