RulesPackage

Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the rules package.

Link copied to clipboard

The description of the rules package.

Link copied to clipboard

The name of the rules package.

Link copied to clipboard

The provider of the rules package.

Link copied to clipboard

The version ID of the rules package.

Functions

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