PlatformFilter

public struct PlatformFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The operator to apply to the Type with each of the Values. Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with

    Declaration

    Swift

    public let `operator`: String?
  • The platform version attribute to which the filter values are applied. Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon | ProgrammingLanguageName | OperatingSystemName

    Declaration

    Swift

    public let type: String?
  • The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators. The following list shows valid filter values for some filter attributes. PlatformStatus: Creating | Failed | Ready | Deleting | Deleted PlatformLifecycleState: recommended SupportedTier: WebServer/Standard | Worker/SQS/HTTP SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(operator: String? = nil, type: String? = nil, values: [String]? = nil)