GetSiteResult

data class GetSiteResult(val accountId: String, val description: String, val id: String, val name: String)

A collection of values returned by getSite.

Constructors

Link copied to clipboard
constructor(accountId: String, description: String, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS Account identifier.

Link copied to clipboard

Description.

Link copied to clipboard
val id: String
Link copied to clipboard