Class: Aws::Types::DescribeExportTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExportTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_ids ⇒ ::Array[::String]
Returns the value of attribute export_ids.
-
#filters ⇒ ::Array[Types::ExportFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#export_ids ⇒ ::Array[::String]
Returns the value of attribute export_ids.
282 283 284 |
# File 'sig/types.rbs', line 282 def export_ids @export_ids end |
#filters ⇒ ::Array[Types::ExportFilter]
Returns the value of attribute filters.
283 284 285 |
# File 'sig/types.rbs', line 283 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
284 285 286 |
# File 'sig/types.rbs', line 284 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
285 286 287 |
# File 'sig/types.rbs', line 285 def next_token @next_token end |