Class: Aws::Types::DescribeBundleTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBundleTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_ids ⇒ ::Array[::String]
Returns the value of attribute bundle_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
Instance Attribute Details
#bundle_ids ⇒ ::Array[::String]
Returns the value of attribute bundle_ids.
5386 5387 5388 |
# File 'sig/types.rbs', line 5386 def bundle_ids @bundle_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5387 5388 5389 |
# File 'sig/types.rbs', line 5387 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5388 5389 5390 |
# File 'sig/types.rbs', line 5388 def filters @filters end |