Class: Aws::ApplicationInsights::Types::DescribeComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass DescribeComponentRequest 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.
600 601 602 603 604 605 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 600 class DescribeComponentRequest < Struct.new( :resource_group_name, :component_name) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
600 601 602 603 604 605 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 600 class DescribeComponentRequest < Struct.new( :resource_group_name, :component_name) SENSITIVE = [] include Aws::Structure end |