Class: Aws::Types::CancelBundleTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelBundleTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def bundle_id @bundle_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def dry_run @dry_run end |