ListImports

@JsonSerializable
data class ListImports(val NextToken: NextToken? = null, val PageSize: Int? = null, val TableArn: ARN? = null) : DynamoDbAction<ListImportsResponse> (source)

Constructors

Link copied to clipboard
constructor(NextToken: NextToken? = null, PageSize: Int? = null, TableArn: ARN? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<ListImportsResponse, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri