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.
5203 5204 5205 |
# File 'sig/types.rbs', line 5203 def bundle_ids @bundle_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5204 5205 5206 |
# File 'sig/types.rbs', line 5204 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def filters @filters end |