Class: Aws::Types::GetLensReviewReportInput
- Inherits:
-
Object
- Object
- Aws::Types::GetLensReviewReportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
814 815 816 |
# File 'sig/types.rbs', line 814 def lens_alias @lens_alias end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
815 816 817 |
# File 'sig/types.rbs', line 815 def milestone_number @milestone_number end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
813 814 815 |
# File 'sig/types.rbs', line 813 def workload_id @workload_id end |