Class: Aws::TrustedAdvisor::Types::ListOrganizationRecommendationsRequest

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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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)


448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 448

class ListOrganizationRecommendationsRequest < 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