ServiceSummary

Summary information about a service.

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 service.

Link copied to clipboard

The date and time that the service was created, in ISO-8601 format.

Link copied to clipboard

The custom domain name of the service.

Link copied to clipboard

The DNS information.

Link copied to clipboard
val id: String?

The ID of the service.

Link copied to clipboard

The date and time that the service was last updated, in ISO-8601 format.

Link copied to clipboard
val name: String?

The name of the service.

Link copied to clipboard

The status.

Functions

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