Class: Aws::DevOpsGuru::Types::ListRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListRecommendationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account.
-
#insight_id ⇒ String
The ID of the requested insight.
-
#locale ⇒ String
A locale that specifies the language to use for recommendations.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#account_id ⇒ String
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_id ⇒ String
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 |
#locale ⇒ String
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_token ⇒ String
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 |