Class: Aws::Types::MetricSource
- Inherits:
-
Object
- Object
- Aws::Types::MetricSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider ⇒ "CloudWatchApplicationInsights"
Returns the value of attribute provider.
-
#provider_arn ⇒ ::String
Returns the value of attribute provider_arn.
Instance Attribute Details
#provider ⇒ "CloudWatchApplicationInsights"
Returns the value of attribute provider.
968 969 970 |
# File 'sig/types.rbs', line 968 def provider @provider end |
#provider_arn ⇒ ::String
Returns the value of attribute provider_arn.
969 970 971 |
# File 'sig/types.rbs', line 969 def provider_arn @provider_arn end |