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)


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.

Returns:

  • (::String)


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.

Returns:

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


1679
1680
1681
# File 'sig/types.rbs', line 1679

def enhanced_monitoring
  @enhanced_monitoring
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



1681
1682
1683
# File 'sig/types.rbs', line 1681

def logging_info
  @logging_info
end

#open_monitoringTypes::OpenMonitoringInfo

Returns the value of attribute open_monitoring.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def open_monitoring
  @open_monitoring
end