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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


543
544
545
546
547
548
549
550
551
# File 'lib/aws-sdk-applicationinsights/types.rb', line 543

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)


543
544
545
546
547
548
549
550
551
# File 'lib/aws-sdk-applicationinsights/types.rb', line 543

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)


543
544
545
546
547
548
549
550
551
# File 'lib/aws-sdk-applicationinsights/types.rb', line 543

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)


543
544
545
546
547
548
549
550
551
# File 'lib/aws-sdk-applicationinsights/types.rb', line 543

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. The name of the workload is required when the tier of the application component is ‘SAP_ASE_SINGLE_NODE` or `SAP_ASE_HIGH_AVAILABILITY`.

Returns:

  • (String)


543
544
545
546
547
548
549
550
551
# File 'lib/aws-sdk-applicationinsights/types.rb', line 543

class DescribeComponentConfigurationRecommendationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :tier,
  :workload_name,
  :recommendation_type)
  SENSITIVE = []
  include Aws::Structure
end