Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationResponse
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_configuration ⇒ String
The recommended configuration settings of the component.
Instance Attribute Details
#component_configuration ⇒ String
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
560 561 562 563 564 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 560 class DescribeComponentConfigurationRecommendationResponse < Struct.new( :component_configuration) SENSITIVE = [] include Aws::Structure end |