Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
-
#component_name ⇒ String
The name of the component.
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 580 class DescribeComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 580 class DescribeComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
580 581 582 583 584 585 586 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 580 class DescribeComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name, :account_id) SENSITIVE = [] include Aws::Structure end |