ListPresetsResponse

public struct ListPresetsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you’ve reached the last page of results, the value of NextPageToken is null.

    Declaration

    Swift

    public let nextPageToken: String?
  • An array of Preset objects.

    Declaration

    Swift

    public let presets: [Preset]?
  • Undocumented

    Declaration

    Swift

    public init(nextPageToken: String? = nil, presets: [Preset]? = nil)