Class: Aws::TrustedAdvisor::Types::GetOrganizationRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::GetOrganizationRecommendationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_recommendation ⇒ Types::OrganizationRecommendation
The Recommendation.
Instance Attribute Details
#organization_recommendation ⇒ Types::OrganizationRecommendation
The Recommendation
189 190 191 192 193 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 189 class GetOrganizationRecommendationResponse < Struct.new( :organization_recommendation) SENSITIVE = [] include Aws::Structure end |