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