list_exports¶
Operation¶
list_exports
async
¶
list_exports(input: ListExportsInput, plugins: list[Plugin] | None = None) -> ListExportsOutput
Lists completed exports within the past 90 days, in reverse alphanumeric
order of ExportArn.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListExportsInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListExportsOutput
|
An instance of |
Input¶
ListExportsInput
dataclass
¶
Dataclass for ListExportsInput structure.
Attributes¶
max_results
class-attribute
instance-attribute
¶
max_results: int | None = None
Maximum number of results to return per page.
Output¶
ListExportsOutput
dataclass
¶
Dataclass for ListExportsOutput structure.
Attributes¶
export_summaries
class-attribute
instance-attribute
¶
export_summaries: list[ExportSummary] | None = None
A list of ExportSummary objects.