Class: Aws::ApplicationInsights::Types::DescribeComponentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_componentTypes::ApplicationComponent

Describes a standalone resource or similarly grouped resources that the application is made up of.



632
633
634
635
636
637
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 632

class DescribeComponentResponse < Struct.new(
  :application_component,
  :resource_list)
  SENSITIVE = []
  include Aws::Structure
end

#resource_listArray<String>

The list of resource ARNs that belong to the component.

Returns:

  • (Array<String>)


632
633
634
635
636
637
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 632

class DescribeComponentResponse < Struct.new(
  :application_component,
  :resource_list)
  SENSITIVE = []
  include Aws::Structure
end