Class: Aws::BedrockAgentCoreControl::Types::CreateApiKeyCredentialProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateApiKeyCredentialProviderResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key_secret_arn ⇒ Types::Secret
The Amazon Resource Name (ARN) of the secret containing the API key.
-
#credential_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the created API key credential provider.
-
#name ⇒ String
The name of the created API key credential provider.
Instance Attribute Details
#api_key_secret_arn ⇒ Types::Secret
The Amazon Resource Name (ARN) of the secret containing the API key.
1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1666 class CreateApiKeyCredentialProviderResponse < Struct.new( :api_key_secret_arn, :name, :credential_provider_arn) SENSITIVE = [] include Aws::Structure end |
#credential_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the created API key credential provider.
1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1666 class CreateApiKeyCredentialProviderResponse < Struct.new( :api_key_secret_arn, :name, :credential_provider_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the created API key credential provider.
1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1666 class CreateApiKeyCredentialProviderResponse < Struct.new( :api_key_secret_arn, :name, :credential_provider_arn) SENSITIVE = [] include Aws::Structure end |