DescribeTagsRequest

public struct DescribeTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

    Declaration

    Swift

    public let filters: [TagFilter]?
  • The total number of items to return in a single page of output. The maximum value is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • A token to start the list. Use this token to get the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(filters: [TagFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)