Type

class Type

Describes a type.

Types

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

Properties

Link copied to clipboard
val arn: String?

The type Amazon Resource Name (ARN).

Link copied to clipboard

The type definition.

Link copied to clipboard

The type description.

Link copied to clipboard

The type format: SDL or JSON.

Link copied to clipboard
val name: String?

The type name.

Functions

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