Class: Aws::TrustedAdvisor::Types::GetRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::GetRecommendationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation_identifier ⇒ String
The Recommendation identifier.
Instance Attribute Details
#recommendation_identifier ⇒ String
The Recommendation identifier
201 202 203 204 205 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 201 class GetRecommendationRequest < Struct.new( :recommendation_identifier) SENSITIVE = [] include Aws::Structure end |