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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2094
2095
2096
2097
2098
2099
2100
2101
# File '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.



2094
2095
2096
2097
2098
2099
2100
2101
# File '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.



2094
2095
2096
2097
2098
2099
2100
2101
# File '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.



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

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