CacheNodeTypeSpecificValue

public struct CacheNodeTypeSpecificValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The cache node type for which this value applies.

    Declaration

    Swift

    public let cacheNodeType: String?
  • The value for the cache node type.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(cacheNodeType: String? = nil, value: String? = nil)