Class: Aws::Types::ListLensReviewImprovementsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListLensReviewImprovementsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#question_priority ⇒ "PRIORITIZED", "NONE"
Returns the value of attribute question_priority.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def lens_alias @lens_alias end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def max_results @max_results end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def milestone_number @milestone_number end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def next_token @next_token end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def pillar_id @pillar_id end |
#question_priority ⇒ "PRIORITIZED", "NONE"
Returns the value of attribute question_priority.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def question_priority @question_priority end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def workload_id @workload_id end |