class Aws::FMS::Types::GetProtectionStatusRequest
@note When making an API call, you may pass GetProtectionStatusRequest
data as a hash: { policy_id: "PolicyId", # required member_account_id: "AWSAccountId", start_time: Time.now, end_time: Time.now, next_token: "PaginationToken", max_results: 1, }
@!attribute [rw] policy_id
The ID of the policy for which you want to get the attack information. @return [String]
@!attribute [rw] member_account_id
The Amazon Web Services account that is in scope of the policy that you want to get the details for. @return [String]
@!attribute [rw] start_time
The start of the time period to query for the attacks. This is a `timestamp` type. The request syntax listing indicates a `number` type because the default used by Firewall Manager is Unix time in seconds. However, any valid `timestamp` format is allowed. @return [Time]
@!attribute [rw] end_time
The end of the time period to query for the attacks. This is a `timestamp` type. The request syntax listing indicates a `number` type because the default used by Firewall Manager is Unix time in seconds. However, any valid `timestamp` format is allowed. @return [Time]
@!attribute [rw] next_token
If you specify a value for `MaxResults` and you have more objects than the number that you specify for `MaxResults`, Firewall Manager returns a `NextToken` value in the response, which you can use to retrieve another group of objects. For the second and subsequent `GetProtectionStatus` requests, specify the value of `NextToken` from the previous response to get information about another batch of objects. @return [String]
@!attribute [rw] max_results
Specifies the number of objects that you want Firewall Manager to return for this request. If you have more objects than the number that you specify for `MaxResults`, the response includes a `NextToken` value that you can use to get another batch of objects. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/GetProtectionStatusRequest AWS API Documentation
Constants
- SENSITIVE