Class: Aws::DevOpsAgent::Types::MCPServerAuthorizationDiscoveryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerAuthorizationDiscoveryConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Authorization discovery configuration for MCP server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return_to_endpoint ⇒ String
The endpoint to return to after OAuth flow completes (must be AWS console domain).
Instance Attribute Details
#return_to_endpoint ⇒ String
The endpoint to return to after OAuth flow completes (must be AWS console domain)
2602 2603 2604 2605 2606 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2602 class MCPServerAuthorizationDiscoveryConfig < Struct.new( :return_to_endpoint) SENSITIVE = [] include Aws::Structure end |