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
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest
 
- 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
- 
  
    
      #component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the component. 
- 
  
    
      #resource_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the resource group. 
Instance Attribute Details
#component_name ⇒ String
The name of the component.
#resource_group_name ⇒ String
The name of the resource group.