Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_configurationString

The configuration settings of the component. The value is the escaped JSON of the configuration.

Returns:

  • (String)


591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 591

class DescribeComponentConfigurationResponse < Struct.new(
  :monitor,
  :tier,
  :component_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#monitorBoolean

Indicates whether the application component is monitored.

Returns:

  • (Boolean)


591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 591

class DescribeComponentConfigurationResponse < Struct.new(
  :monitor,
  :tier,
  :component_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

Returns:

  • (String)


591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 591

class DescribeComponentConfigurationResponse < Struct.new(
  :monitor,
  :tier,
  :component_configuration)
  SENSITIVE = []
  include Aws::Structure
end