Class: Aws::ApplicationInsights::Types::DescribeComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentResponse
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_component ⇒ Types::ApplicationComponent
Describes a standalone resource or similarly grouped resources that the application is made up of.
-
#resource_list ⇒ Array<String>
The list of resource ARNs that belong to the component.
Instance Attribute Details
#application_component ⇒ Types::ApplicationComponent
Describes a standalone resource or similarly grouped resources that the application is made up of.
646 647 648 649 650 651 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 646 class DescribeComponentResponse < Struct.new( :application_component, :resource_list) SENSITIVE = [] include Aws::Structure end |
#resource_list ⇒ Array<String>
The list of resource ARNs that belong to the component.
646 647 648 649 650 651 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 646 class DescribeComponentResponse < Struct.new( :application_component, :resource_list) SENSITIVE = [] include Aws::Structure end |