ClusterListEntry

public struct ClusterListEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

    Declaration

    Swift

    public let clusterId: String?
  • The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.

    Declaration

    Swift

    public let clusterState: ClusterState?
  • The creation date for this cluster.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • Defines an optional description of the cluster, for example Environmental Data Cluster-01.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterId: String? = nil, clusterState: ClusterState? = nil, creationDate: TimeStamp? = nil, description: String? = nil)