get_account_data_retention¶
Operation¶
get_account_data_retention
async
¶
get_account_data_retention(input: GetAccountDataRetentionInput, plugins: list[Plugin] | None = None) -> GetAccountDataRetentionOutput
Returns the account-wide data retention mode for Amazon Bedrock.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetAccountDataRetentionInput
|
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 |
|---|---|
GetAccountDataRetentionOutput
|
An instance of |
Input¶
GetAccountDataRetentionInput
dataclass
¶
Dataclass for GetAccountDataRetentionInput structure.
Output¶
GetAccountDataRetentionOutput
dataclass
¶
Dataclass for GetAccountDataRetentionOutput structure.
Attributes¶
mode
instance-attribute
¶
mode: DataRetentionMode
The data retention mode configured for the account.
updated_at
class-attribute
instance-attribute
¶
updated_at: datetime | None = None
The time at which the data retention mode was last updated.