ListPlaybackConfigurationsResponse

public struct ListPlaybackConfigurationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

    Declaration

    Swift

    public let items: [PlaybackConfiguration]?
  • Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(items: [PlaybackConfiguration]? = nil, nextToken: String? = nil)