Class: Aws::Types::UpdateMonitoringRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitoringRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
-
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
-
#open_monitoring ⇒ Types::OpenMonitoringInfo
Returns the value of attribute open_monitoring.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def current_version @current_version end |
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def enhanced_monitoring @enhanced_monitoring end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def logging_info @logging_info end |
#open_monitoring ⇒ Types::OpenMonitoringInfo
Returns the value of attribute open_monitoring.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def open_monitoring @open_monitoring end |