Class: Aws::TrustedAdvisor::Types::GetOrganizationRecommendationRequest

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_recommendation_identifierString

The Recommendation identifier

Returns:

  • (String)


177
178
179
180
181
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 177

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