ListRulesRequest

Types

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

Properties

Link copied to clipboard

The action of the rule.

Link copied to clipboard

The asset types of the rule.

Link copied to clipboard

The data product of the rule.

Link copied to clipboard

The ID of the domain in which the rules are to be listed.

Link copied to clipboard

Specifies whether to include cascading rules in the results.

Link copied to clipboard

The maximum number of rules to return in a single call to ListRules. When the number of rules to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListRules to list the next set of rules.

Link copied to clipboard

When the number of rules is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of rules, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListRules to list the next set of rules.

Link copied to clipboard

The IDs of projects in which rules are to be listed.

Link copied to clipboard

The type of the rule.

Link copied to clipboard

The target ID of the rule.

Link copied to clipboard

The target type of the rule.

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