Class: Aws::Types::MCPServerSigV4ServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerSigV4ServiceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::MCPServerSigV4AuthorizationConfig
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::MCPServerSigV4AuthorizationConfig
Returns the value of attribute authorization_config.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def @authorization_config end |
#description ⇒ ::String
Returns the value of attribute description.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def description @description end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def name @name end |