Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRecommendationRequest

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_nameString

The name of the component.

Returns:

  • (String)


529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-applicationinsights/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_typeString

The recommended configuration type.

Returns:

  • (String)


529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-applicationinsights/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_nameString

The name of the resource group.

Returns:

  • (String)


529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-applicationinsights/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

#tierString

The tier of the application component.

Returns:

  • (String)


529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-applicationinsights/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_nameString

The name of the workload.

Returns:

  • (String)


529
530
531
532
533
534
535
536
537
# File 'gems/aws-sdk-applicationinsights/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