Class: Aws::Types::ListRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#locale ⇒ "DE_DE", ...
Returns the value of attribute locale.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def account_id @account_id end |
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def insight_id @insight_id end |
#locale ⇒ "DE_DE", ...
Returns the value of attribute locale.
539 540 541 |
# File 'sig/types.rbs', line 539 def locale @locale end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
538 539 540 |
# File 'sig/types.rbs', line 538 def next_token @next_token end |