Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationResourcesRequest

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)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

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

#exclusion_statusString

The exclusion status of the resource

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

class ListOrganizationRecommendationResourcesRequest < Struct.new(
  :affected_account_id,
  :exclusion_status,
  :max_results,
  :next_token,
  :organization_recommendation_identifier,
  :region_code,
  :status)
  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)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

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

#organization_recommendation_identifierString

The AWS Organization organization's Recommendation identifier

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

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

#region_codeString

The AWS Region code of the resource

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

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

#statusString

The status of the resource

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 373

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