ListResourceSynchronizationStatusesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the deployment to list synchronization statuses for. This is the deployment's Amazon Resource Name (ARN).

Link copied to clipboard

The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returned nextToken value in a subsequent call.

Link copied to clipboard

The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.

Link copied to clipboard

Filters the results by synchronization status, such as IN_SYNC or OUT_OF_SYNC.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String