Class: Aws::BedrockAgentCoreControl::Types::GetApiKeyCredentialProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetApiKeyCredentialProviderRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the API key credential provider to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the API key credential provider to retrieve.
6529 6530 6531 6532 6533 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6529 class GetApiKeyCredentialProviderRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |