Class: Aws::Types::UpgradeLensReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeLensReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def client_request_token @client_request_token end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def lens_alias @lens_alias end |
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def milestone_name @milestone_name end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def workload_id @workload_id end |