get_remaining_free_trial_days¶
Operation¶
get_remaining_free_trial_days
async
¶
get_remaining_free_trial_days(input: GetRemainingFreeTrialDaysInput, plugins: list[Plugin] | None = None) -> GetRemainingFreeTrialDaysOutput
Provides the number of days left for each data source used in the free trial period.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetRemainingFreeTrialDaysInput
|
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 |
|---|---|
GetRemainingFreeTrialDaysOutput
|
An instance of |
Input¶
GetRemainingFreeTrialDaysInput
dataclass
¶
Dataclass for GetRemainingFreeTrialDaysInput structure.
Attributes¶
account_ids
class-attribute
instance-attribute
¶
account_ids: list[str] | None = None
A list of account identifiers of the GuardDuty member account.
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the detector of the GuardDuty member account.
To find the detectorId in the current Region, see the Settings page in
the GuardDuty console, or run the
ListDetectors
API.
Output¶
GetRemainingFreeTrialDaysOutput
dataclass
¶
Dataclass for GetRemainingFreeTrialDaysOutput structure.
Attributes¶
accounts
class-attribute
instance-attribute
¶
accounts: list[AccountFreeTrialInfo] | None = None
The member accounts which were included in a request and were processed successfully.
unprocessed_accounts
class-attribute
instance-attribute
¶
unprocessed_accounts: list[UnprocessedAccount] | None = None
The member account that was included in a request but for which the request could not be processed.