Service

class Service

Information about an Amazon Web Services service returned by the DescribeServices operation.

Types

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

Properties

Link copied to clipboard

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to Amazon Web Services Support when you call CreateCase.

Link copied to clipboard
val code: String?

The code for an Amazon Web Services service returned by the DescribeServices response. The name element contains the corresponding friendly name.

Link copied to clipboard
val name: String?

The friendly name for an Amazon Web Services service. The code element contains the corresponding code.

Functions

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