ListImports

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

Constructors

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

Properties

Link copied to clipboard
val NextToken: NextToken? = null
Link copied to clipboard
val PageSize: Int? = null
Link copied to clipboard
val TableArn: ARN? = null

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