Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationAccountsRequest

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

#affected_account_idString

An account affected by this organization recommendation

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 312

class ListOrganizationRecommendationAccountsRequest < Struct.new(
  :affected_account_id,
  :max_results,
  :next_token,
  :organization_recommendation_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 312

class ListOrganizationRecommendationAccountsRequest < Struct.new(
  :affected_account_id,
  :max_results,
  :next_token,
  :organization_recommendation_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 312

class ListOrganizationRecommendationAccountsRequest < Struct.new(
  :affected_account_id,
  :max_results,
  :next_token,
  :organization_recommendation_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#organization_recommendation_identifierString

The Recommendation identifier

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 312

class ListOrganizationRecommendationAccountsRequest < Struct.new(
  :affected_account_id,
  :max_results,
  :next_token,
  :organization_recommendation_identifier)
  SENSITIVE = []
  include Aws::Structure
end