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

Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest

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

Overview

Note:

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

{
  resource_group_name: "ResourceGroupName", # required
  component_name: "ComponentName", # required
}

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.