Class: Aws::TrustedAdvisor::Types::GetRecommendationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-trustedadvisor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#languageString

The ISO 639-1 code for the language that you want your recommendations to appear in.

Returns:

  • (String)


206
207
208
209
210
211
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 206

class GetRecommendationRequest < Struct.new(
  :recommendation_identifier,
  :language)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_identifierString

The Recommendation identifier

Returns:

  • (String)


206
207
208
209
210
211
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 206

class GetRecommendationRequest < Struct.new(
  :recommendation_identifier,
  :language)
  SENSITIVE = []
  include Aws::Structure
end