Class: Aws::Types::UpgradeProfileVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeProfileVersionInput
- 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.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#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.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def client_request_token @client_request_token end |
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def milestone_name @milestone_name end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def profile_arn @profile_arn end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def workload_id @workload_id end |