Class: Aws::ApplicationInsights::Types::DescribeComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentRequest
- 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.
627 628 629 630 631 632 633 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 627 class DescribeComponentRequest < Struct.new( :resource_group_name, :component_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
627 628 629 630 631 632 633 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 627 class DescribeComponentRequest < Struct.new( :resource_group_name, :component_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
627 628 629 630 631 632 633 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 627 class DescribeComponentRequest < Struct.new( :resource_group_name, :component_name, :account_id) SENSITIVE = [] include Aws::Structure end |