FleetSummary

Information about a fleet.

You can use the API operation to return this information about multiple fleets.

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

Link copied to clipboard

The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).

Link copied to clipboard

A brief description of the fleet.

Link copied to clipboard
val id: String

The unique ID of the fleet.

Link copied to clipboard

The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Link copied to clipboard

The ARN of the signal catalog associated with the fleet.

Functions

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