Class: Aws::Types::CreateMilestoneInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMilestoneInput
- 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.
-
#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.
407 408 409 |
# File 'sig/types.rbs', line 407 def client_request_token @client_request_token end |
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
406 407 408 |
# File 'sig/types.rbs', line 406 def milestone_name @milestone_name end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def workload_id @workload_id end |