Class: Aws::BedrockAgentCoreControl::Types::ListOauth2CredentialProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListOauth2CredentialProvidersResponse
- 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::Oauth2CredentialProviderItem>
The list of OAuth2 credential providers.
-
#next_token ⇒ String
Pagination token for the next page of results.
Instance Attribute Details
#credential_providers ⇒ Array<Types::Oauth2CredentialProviderItem>
The list of OAuth2 credential providers.
10339 10340 10341 10342 10343 10344 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10339 class ListOauth2CredentialProvidersResponse < Struct.new( :credential_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token for the next page of results.
10339 10340 10341 10342 10343 10344 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10339 class ListOauth2CredentialProvidersResponse < Struct.new( :credential_providers, :next_token) SENSITIVE = [] include Aws::Structure end |