Class: Aws::DevOpsGuru::Types::ListRecommendationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2094

class ListRecommendationsRequest < Struct.new(
  :insight_id,
  :next_token,
  :locale,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

The ID of the requested insight.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2094

class ListRecommendationsRequest < Struct.new(
  :insight_id,
  :next_token,
  :locale,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

A locale that specifies the language to use for recommendations.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2094

class ListRecommendationsRequest < Struct.new(
  :insight_id,
  :next_token,
  :locale,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2094

class ListRecommendationsRequest < Struct.new(
  :insight_id,
  :next_token,
  :locale,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end