list_event_data_stores¶
Operation¶
list_event_data_stores
async
¶
list_event_data_stores(input: ListEventDataStoresInput, plugins: list[Plugin] | None = None) -> ListEventDataStoresOutput
Returns information about all event data stores in the account, in the current Region.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListEventDataStoresInput
|
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 |
|---|---|
ListEventDataStoresOutput
|
An instance of |
Input¶
ListEventDataStoresInput
dataclass
¶
Output¶
ListEventDataStoresOutput
dataclass
¶
Dataclass for ListEventDataStoresOutput structure.
Attributes¶
event_data_stores
class-attribute
instance-attribute
¶
event_data_stores: list[EventDataStore] | None = None
Contains information about event data stores in the account, in the current Region.