Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#recommendation_type ⇒ String
The recommended configuration type.
-
#resource_group_name ⇒ String
The name of the resource group.
-
#tier ⇒ String
The tier of the application component.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 529 class DescribeComponentConfigurationRecommendationRequest < Struct.new( :resource_group_name, :component_name, :tier, :workload_name, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#recommendation_type ⇒ String
The recommended configuration type.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 529 class DescribeComponentConfigurationRecommendationRequest < Struct.new( :resource_group_name, :component_name, :tier, :workload_name, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 529 class DescribeComponentConfigurationRecommendationRequest < Struct.new( :resource_group_name, :component_name, :tier, :workload_name, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ String
The tier of the application component.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 529 class DescribeComponentConfigurationRecommendationRequest < Struct.new( :resource_group_name, :component_name, :tier, :workload_name, :recommendation_type) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 529 class DescribeComponentConfigurationRecommendationRequest < Struct.new( :resource_group_name, :component_name, :tier, :workload_name, :recommendation_type) SENSITIVE = [] include Aws::Structure end |