Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationResponse

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

#component_configurationString

The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

Returns:

  • (String)


546
547
548
549
550
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 546

class DescribeComponentConfigurationRecommendationResponse < Struct.new(
  :component_configuration)
  SENSITIVE = []
  include Aws::Structure
end