delete_trusted_entity_set¶
Operation¶
delete_trusted_entity_set
async
¶
delete_trusted_entity_set(input: DeleteTrustedEntitySetInput, plugins: list[Plugin] | None = None) -> DeleteTrustedEntitySetOutput
Deletes the trusted entity set that is associated with the specified
trustedEntitySetId.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteTrustedEntitySetInput
|
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 |
|---|---|
DeleteTrustedEntitySetOutput
|
An instance of |
Input¶
DeleteTrustedEntitySetInput
dataclass
¶
Dataclass for DeleteTrustedEntitySetInput structure.
Attributes¶
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the detector associated with the trusted entity set resource.
To find the detectorId in the current Region, see the Settings page in
the GuardDuty console, or run the
ListDetectors
API.
trusted_entity_set_id
class-attribute
instance-attribute
¶
trusted_entity_set_id: str | None = None
The unique ID that helps GuardDuty identify which trusted entity set needs to be deleted.
Output¶
DeleteTrustedEntitySetOutput
dataclass
¶
Dataclass for DeleteTrustedEntitySetOutput structure.