Class: Aws::BedrockAgentCoreControl::Types::ListApiKeyCredentialProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListApiKeyCredentialProvidersResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_providers ⇒ Array<Types::ApiKeyCredentialProviderItem>
The list of API key credential providers.
-
#next_token ⇒ String
Pagination token for the next page of results.
Instance Attribute Details
#credential_providers ⇒ Array<Types::ApiKeyCredentialProviderItem>
The list of API key credential providers.
10041 10042 10043 10044 10045 10046 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10041 class ListApiKeyCredentialProvidersResponse < Struct.new( :credential_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token for the next page of results.
10041 10042 10043 10044 10045 10046 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10041 class ListApiKeyCredentialProvidersResponse < Struct.new( :credential_providers, :next_token) SENSITIVE = [] include Aws::Structure end |