Class: Aws::Types::ListLensReviewImprovementsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLensReviewImprovementsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#improvement_summaries ⇒ ::Array[Types::ImprovementSummary]
Returns the value of attribute improvement_summaries.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#improvement_summaries ⇒ ::Array[Types::ImprovementSummary]
Returns the value of attribute improvement_summaries.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def improvement_summaries @improvement_summaries end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def lens_arn @lens_arn end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def milestone_number @milestone_number end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def next_token @next_token end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def workload_id @workload_id end |