Class: Aws::TrustedAdvisor::Types::GetOrganizationRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::GetOrganizationRecommendationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_recommendation_identifier ⇒ String
The Recommendation identifier.
Instance Attribute Details
#organization_recommendation_identifier ⇒ String
The Recommendation identifier
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 |