Class: Aws::TrustedAdvisor::Types::ListRecommendationsRequest

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

#after_last_updated_atTime

After the last update of the Recommendation

Returns:

  • (Time)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#aws_serviceString

The aws service associated with the Recommendation

Returns:

  • (String)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#before_last_updated_atTime

Before the last update of the Recommendation

Returns:

  • (Time)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#check_identifierString

The check identifier of the Recommendation

Returns:

  • (String)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  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)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#pillarString

The pillar of the Recommendation

Returns:

  • (String)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the Recommendation

Returns:

  • (String)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Recommendation

Returns:

  • (String)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the Recommendation

Returns:

  • (String)


584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 584

class ListRecommendationsRequest < Struct.new(
  :after_last_updated_at,
  :aws_service,
  :before_last_updated_at,
  :check_identifier,
  :max_results,
  :next_token,
  :pillar,
  :source,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end