ServiceMetadata

The metadata that's associated with the Amazon Web Service.

Types

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

Properties

Link copied to clipboard

The category that the Amazon Web Service belongs to, such as compute, storage, or database.

Link copied to clipboard

The description of the Amazon Web Service.

Link copied to clipboard

The display name of the Amazon Web Service.

Link copied to clipboard
val name: String?

The name of the Amazon Web Service.

Functions

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