Class: Aws::Types::MCPServerDetails
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::MCPServerAuthorizationConfig
Returns the value of attribute authorization_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#authorization_config ⇒ Types::MCPServerAuthorizationConfig
Returns the value of attribute authorization_config.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def @authorization_config end |
#description ⇒ ::String
Returns the value of attribute description.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def description @description end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def name @name end |