DescribeTagsResponse

public struct DescribeTagsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The call returns a token. Use this token to get the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

    Declaration

    Swift

    public let tags: [ConfigurationTag]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tags: [ConfigurationTag]? = nil)