Class: Aws::Types::DatadogServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::DatadogServiceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::DatadogAuthorizationConfig
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::DatadogAuthorizationConfig
Returns the value of attribute authorization_config.
409 410 411 |
# File 'sig/types.rbs', line 409 def @authorization_config end |
#description ⇒ ::String
Returns the value of attribute description.
408 409 410 |
# File 'sig/types.rbs', line 408 def description @description end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
407 408 409 |
# File 'sig/types.rbs', line 407 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
406 407 408 |
# File 'sig/types.rbs', line 406 def name @name end |