Class: Aws::Types::ResetDeploymentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetDeploymentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def amzn_client_token @amzn_client_token end |
#force ⇒ Boolean
Returns the value of attribute force.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def force @force end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def group_id @group_id end |