Class: Aws::Types::UpdateMonitoringResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitoringResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def cluster_arn @cluster_arn end |
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def cluster_operation_arn @cluster_operation_arn end |