ListRulesRequest

Types

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

Properties

Link copied to clipboard

The lock state of the retention rules to list. Only retention rules with the specified lock state are returned.

Link copied to clipboard

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned NextToken value.

Link copied to clipboard

The token for the next page of results.

Link copied to clipboard

Information about the resource tags used to identify resources that are retained by the retention rule.

Link copied to clipboard

The resource type retained by the retention rule. Only retention rules that retain the specified resource type are listed. Currently, only Amazon EBS snapshots and EBS-backed AMIs are supported. To list retention rules that retain snapshots, specify EBS_SNAPSHOT. To list retention rules that retain EBS-backed AMIs, specify EC2_IMAGE.

Functions

Link copied to clipboard
inline fun copy(block: ListRulesRequest.Builder.() -> Unit = {}): ListRulesRequest
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