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

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_recommendation_identifierString

The Recommendation identifier

Returns:

  • (String)


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

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