Class: Aws::TrustedAdvisor::Types::ListRecommendationResourcesRequest

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

#exclusion_statusString

The exclusion status of the resource

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 510

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


510
511
512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 510

class ListRecommendationResourcesRequest < Struct.new(
  :exclusion_status,
  :max_results,
  :next_token,
  :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)


510
511
512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 510

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

#recommendation_identifierString

The Recommendation identifier

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 510

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

#region_codeString

The AWS Region code of the resource

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 510

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

#statusString

The status of the resource

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
519
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 510

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