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

Class: Aws::ApplicationInsights::Types::ApplicationComponent

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

Overview

Describes a standalone resource or similarly grouped resources that the application is made up of.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of the component.

Returns:

  • (String)

    The name of the component.

#monitorBoolean

Indicates whether the application component is monitored.

Returns:

  • (Boolean)

    Indicates whether the application component is monitored.

#resource_typeString

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

Returns:

  • (String)

    The resource type.

#tierString

The stack tier of the application component.

Possible values:

  • DEFAULT
  • DOT_NET_CORE
  • DOT_NET_WORKER
  • DOT_NET_WEB
  • SQL_SERVER

Returns:

  • (String)

    The stack tier of the application component.