AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetEntityTypes operation.
Gets all entity types or a specific entity type if a name is specified. This is a
paginated API. If you provide a null maxResults
, this action retrieves a maximum
of 10 records per page. If you provide a maxResults
, the value must be between
5 and 10. To get the next page results, provide the pagination token from the GetEntityTypesResponse
as part of your request. A null pagination token fetches the records from the beginning.
Namespace: Amazon.FraudDetector.Model
Assembly: AWSSDK.FraudDetector.dll
Version: 3.x.y.z
public class GetEntityTypesRequest : AmazonFraudDetectorRequest IAmazonWebServiceRequest
The GetEntityTypesRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetEntityTypesRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of objects to return for the request. |
![]() |
Name | System.String |
Gets and sets the property Name. The name. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken. The next token for the subsequent request. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5