Class: Aws::TrustedAdvisor::Types::GetOrganizationRecommendationResponse

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

#organization_recommendationTypes::OrganizationRecommendation

The Recommendation



189
190
191
192
193
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 189

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