BatchGetSecretValueRequest

Types

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

Properties

Link copied to clipboard

The filters to choose which secrets to retrieve. You must include Filters or SecretIdList, but not both.

Link copied to clipboard

The number of results to include in the response.

Link copied to clipboard

A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call BatchGetSecretValue again with this value.

Link copied to clipboard

The ARN or names of the secrets to retrieve. You must include Filters or SecretIdList, but not both.

Functions

Link copied to clipboard
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