Class: Aws::BedrockAgentCoreControl::Types::UpdateOauth2CredentialProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdateOauth2CredentialProviderRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_provider_vendor ⇒ String
The vendor of the OAuth2 credential provider.
-
#name ⇒ String
The name of the OAuth2 credential provider to update.
-
#oauth2_provider_config_input ⇒ Types::Oauth2ProviderConfigInput
The configuration input for the OAuth2 provider.
Instance Attribute Details
#credential_provider_vendor ⇒ String
The vendor of the OAuth2 credential provider.
16238 16239 16240 16241 16242 16243 16244 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16238 class UpdateOauth2CredentialProviderRequest < Struct.new( :name, :credential_provider_vendor, :oauth2_provider_config_input) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the OAuth2 credential provider to update.
16238 16239 16240 16241 16242 16243 16244 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16238 class UpdateOauth2CredentialProviderRequest < Struct.new( :name, :credential_provider_vendor, :oauth2_provider_config_input) SENSITIVE = [] include Aws::Structure end |
#oauth2_provider_config_input ⇒ Types::Oauth2ProviderConfigInput
The configuration input for the OAuth2 provider.
16238 16239 16240 16241 16242 16243 16244 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16238 class UpdateOauth2CredentialProviderRequest < Struct.new( :name, :credential_provider_vendor, :oauth2_provider_config_input) SENSITIVE = [] include Aws::Structure end |