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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_identifierString

The Recommendation identifier

Returns:

  • (String)


201
202
203
204
205
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 201

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