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

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

#organization_recommendationTypes::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