Class: Aws::Types::DatadogAuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::DatadogAuthorizationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AuthorizationDiscovery, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_discovery ⇒ Types::MCPServerAuthorizationDiscoveryConfig
Returns the value of attribute authorization_discovery.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#authorization_discovery ⇒ Types::MCPServerAuthorizationDiscoveryConfig
Returns the value of attribute authorization_discovery.
395 396 397 |
# File 'sig/types.rbs', line 395 def @authorization_discovery end |
#unknown ⇒ Object
Returns the value of attribute unknown.
396 397 398 |
# File 'sig/types.rbs', line 396 def unknown @unknown end |