Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass DescribeComponentConfigurationRequest data as a hash:
{
resource_group_name: "ResourceGroupName", # required
component_name: "ComponentName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
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.
564 565 566 567 568 569 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 564 class DescribeComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
564 565 566 567 568 569 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 564 class DescribeComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name) SENSITIVE = [] include Aws::Structure end |