Class: Aws::Types::PrometheusDirectQueryDataSource
- Inherits:
-
Object
- Object
- Aws::Types::PrometheusDirectQueryDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def role_arn @role_arn end |
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def workspace_arn @workspace_arn end |