Class: Aws::Types::DynatraceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DynatraceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#env_id ⇒ ::String
Returns the value of attribute env_id.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
Instance Attribute Details
#env_id ⇒ ::String
Returns the value of attribute env_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def env_id @env_id end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
505 506 507 |
# File 'sig/types.rbs', line 505 def resources @resources end |