InstanceSummary

A complex type that contains information about the instances that you registered by using a specified service.

Types

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

Properties

Link copied to clipboard

A string map that contains the following information:

Link copied to clipboard

The ID of the Amazon Web Services account that registered the instance. If this isn't your account ID, it's the ID of the account that shared the namespace with your account or the ID of another account with which the namespace has been shared. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

Link copied to clipboard
val id: String?

The ID for an instance that you created by using a specified service.

Functions

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