ListExportsOutput

public struct ListExportsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The output for the ListExports action.

    Declaration

    Swift

    public let exports: [Export]?
  • If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(exports: [Export]? = nil, nextToken: String? = nil)