Variable

public struct Variable : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the variable.

    Declaration

    Swift

    public let arn: String?
  • The time when the variable was created.

    Declaration

    Swift

    public let createdTime: String?
  • The data source of the variable.

    Declaration

    Swift

    public let dataSource: DataSource?
  • The data type of the variable. For more information see Variable types.

    Declaration

    Swift

    public let dataType: DataType?
  • The default value of the variable.

    Declaration

    Swift

    public let defaultValue: String?
  • The description of the variable.

    Declaration

    Swift

    public let description: String?
  • The time when variable was last updated.

    Declaration

    Swift

    public let lastUpdatedTime: String?
  • The name of the variable.

    Declaration

    Swift

    public let name: String?
  • The variable type of the variable. Valid Values: AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT | SHIPPING_ZIP | USERAGENT

    Declaration

    Swift

    public let variableType: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: String? = nil, dataSource: DataSource? = nil, dataType: DataType? = nil, defaultValue: String? = nil, description: String? = nil, lastUpdatedTime: String? = nil, name: String? = nil, variableType: String? = nil)