Filter

public struct Filter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.

    Declaration

    Swift

    public let name: String?
  • The values for the filter of the Elastic Inference Accelerator list.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws