Class: Aws::BedrockAgentCoreControl::Types::GithubOauth2ProviderConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GithubOauth2ProviderConfigInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input configuration for a GitHub OAuth2 provider.
Constant Summary collapse
- SENSITIVE =
[:client_secret]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID for the GitHub OAuth2 provider.
-
#client_secret ⇒ String
The client secret for the GitHub OAuth2 provider.
Instance Attribute Details
#client_id ⇒ String
The client ID for the GitHub OAuth2 provider.
2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2712 class GithubOauth2ProviderConfigInput < Struct.new( :client_id, :client_secret) SENSITIVE = [:client_secret] include Aws::Structure end |
#client_secret ⇒ String
The client secret for the GitHub OAuth2 provider.
2712 2713 2714 2715 2716 2717 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2712 class GithubOauth2ProviderConfigInput < Struct.new( :client_id, :client_secret) SENSITIVE = [:client_secret] include Aws::Structure end |