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

Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationRequest

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

Overview

Note:

When passing DescribeComponentConfigurationRecommendationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_group_name: "ResourceGroupName", # required
  component_name: "ComponentName", # required
  tier: "DEFAULT", # required, accepts DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER
}

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of the component.

Returns:

  • (String)

    The name of the component.

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)

    The name of the resource group.

#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.