DataColorPalette

public struct DataColorPalette : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The hexadecimal codes for the colors.

    Declaration

    Swift

    public let colors: [String]?
  • The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

    Declaration

    Swift

    public let emptyFillColor: String?
  • The minimum and maximum hexadecimal codes that describe a color gradient.

    Declaration

    Swift

    public let minMaxGradient: [String]?
  • Undocumented

    Declaration

    Swift

    public init(colors: [String]? = nil, emptyFillColor: String? = nil, minMaxGradient: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws