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.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def current_version @current_version end |
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def enhanced_monitoring @enhanced_monitoring end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def logging_info @logging_info end |
#open_monitoring ⇒ Types::OpenMonitoringInfo
Returns the value of attribute open_monitoring.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def open_monitoring @open_monitoring end |