Class: Aws::BedrockAgentCoreControl::Types::SecretsManagerLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SecretsManagerLocation
- 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
-
#secret_arn ⇒ String
The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.
Instance Attribute Details
#secret_arn ⇒ String
The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.
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 |