ListImagesFilter

public struct ListImagesFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

    Declaration

    Swift

    public let tagStatus: TagStatus?
  • Undocumented

    Declaration

    Swift

    public init(tagStatus: TagStatus? = nil)