Class: Aws::Types::UpdateMonitoringRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION")


1687
1688
1689
# File 'sig/types.rbs', line 1687

def enhanced_monitoring
  @enhanced_monitoring
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



1689
1690
1691
# File 'sig/types.rbs', line 1689

def logging_info
  @logging_info
end

#open_monitoringTypes::OpenMonitoringInfo

Returns the value of attribute open_monitoring.



1688
1689
1690
# File 'sig/types.rbs', line 1688

def open_monitoring
  @open_monitoring
end