Class: Aws::Types::MetricDestinationSummary
- Inherits:
-
Object
- Object
- Aws::Types::MetricDestinationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
Instance Attribute Details
#destination ⇒ "CloudWatch", "Evidently"
Returns the value of attribute destination.
311 312 313 |
# File 'sig/types.rbs', line 311 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
312 313 314 |
# File 'sig/types.rbs', line 312 def destination_arn @destination_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
313 314 315 |
# File 'sig/types.rbs', line 313 def iam_role_arn @iam_role_arn end |