BenefitSummary

A summary view of a benefit containing key information for list operations.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the benefit.

Link copied to clipboard

The catalog identifier that the benefit belongs to.

Link copied to clipboard

A brief description of the benefit and its purpose.

Link copied to clipboard

The available fulfillment types for this benefit.

Link copied to clipboard
val id: String?

The unique identifier of the benefit.

Link copied to clipboard
val name: String?

The human-readable name of the benefit.

Link copied to clipboard

The AWS partner programs that this benefit is associated with.

Link copied to clipboard

The current status of the benefit.

Functions

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