Class: Aws::Types::ListRecommendationTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendation_template_arn ⇒ ::String
Returns the value of attribute recommendation_template_arn.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
-
#status ⇒ ::Array[("Pending" | "InProgress" | "Failed" | "Success")]
Returns the value of attribute status.
Instance Attribute Details
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
917 918 919 |
# File 'sig/types.rbs', line 917 def assessment_arn @assessment_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
918 919 920 |
# File 'sig/types.rbs', line 918 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
919 920 921 |
# File 'sig/types.rbs', line 919 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
920 921 922 |
# File 'sig/types.rbs', line 920 def next_token @next_token end |
#recommendation_template_arn ⇒ ::String
Returns the value of attribute recommendation_template_arn.
921 922 923 |
# File 'sig/types.rbs', line 921 def recommendation_template_arn @recommendation_template_arn end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
922 923 924 |
# File 'sig/types.rbs', line 922 def reverse_order @reverse_order end |
#status ⇒ ::Array[("Pending" | "InProgress" | "Failed" | "Success")]
Returns the value of attribute status.
923 924 925 |
# File 'sig/types.rbs', line 923 def status @status end |