Class: Aws::BedrockAgentCoreControl::Types::GithubOauth2ProviderConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GithubOauth2ProviderConfigOutput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Output configuration for a GitHub OAuth2 provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#oauth_discovery ⇒ Types::Oauth2Discovery
The OAuth2 discovery information for the GitHub provider.
Instance Attribute Details
#oauth_discovery ⇒ Types::Oauth2Discovery
The OAuth2 discovery information for the GitHub provider.
2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2727 class GithubOauth2ProviderConfigOutput < Struct.new( :oauth_discovery) SENSITIVE = [] include Aws::Structure end |