CacheClusterMessage

public struct CacheClusterMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of clusters. Each item in the list contains detailed information about one cluster.

    Declaration

    Swift

    public let cacheClusters: [CacheCluster]?
  • Provides an identifier to allow retrieval of paginated results.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(cacheClusters: [CacheCluster]? = nil, marker: String? = nil)