Method: Aws::ApplicationInsights::Types::UpdateComponentConfigurationRequest#monitor
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
#monitor ⇒ Boolean
Indicates whether the application component is monitored.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1994 class UpdateComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name, :monitor, :tier, :component_configuration, :auto_config_enabled) SENSITIVE = [] include Aws::Structure end |