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
-
#client_id ⇒ String
The client ID for the Slack OAuth2 provider.
-
#oauth_discovery ⇒ Types::Oauth2Discovery
The OAuth2 discovery information for the Slack provider.
Instance Attribute Details
#client_id ⇒ String
The client ID for the Slack OAuth2 provider.
5071 5072 5073 5074 5075 5076 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5071 class SlackOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |
#oauth_discovery ⇒ Types::Oauth2Discovery
The OAuth2 discovery information for the Slack provider.
5071 5072 5073 5074 5075 5076 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5071 class SlackOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |