AssetPropertyVariant

public struct AssetPropertyVariant : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional. A string that contains the boolean value (true or false) of the value entry. Accepts substitution templates.

    Declaration

    Swift

    public let booleanValue: String?
  • Optional. A string that contains the double value of the value entry. Accepts substitution templates.

    Declaration

    Swift

    public let doubleValue: String?
  • Optional. A string that contains the integer value of the value entry. Accepts substitution templates.

    Declaration

    Swift

    public let integerValue: String?
  • Optional. The string value of the value entry. Accepts substitution templates.

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(booleanValue: String? = nil, doubleValue: String? = nil, integerValue: String? = nil, stringValue: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws