Class: Aws::Types::GrafanaServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::GrafanaServiceDetails
- 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.
780 781 782 |
# File 'sig/types.rbs', line 780 def @authorization_config end |
#description ⇒ ::String
Returns the value of attribute description.
779 780 781 |
# File 'sig/types.rbs', line 779 def description @description end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
778 779 780 |
# File 'sig/types.rbs', line 778 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
777 778 779 |
# File 'sig/types.rbs', line 777 def name @name end |