Class: Aws::BedrockAgentCoreControl::Types::SecretsManagerLocation

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

Overview

The Amazon Web Services Secrets Manager location configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arnString

The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.

Returns:

  • (String)


13735
13736
13737
13738
13739
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13735

class SecretsManagerLocation < Struct.new(
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end