You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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)

    The configuration settings of the component.

#monitorBoolean

Indicates whether the application component is monitored.

Returns:

  • (Boolean)

    Indicates whether the application component is monitored.

#tierString

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

Possible values:

  • DEFAULT
  • DOT_NET_CORE
  • DOT_NET_WORKER
  • DOT_NET_WEB
  • SQL_SERVER

Returns:

  • (String)

    The tier of the application component.