ListResourcesResult

public struct ListResourcesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The continuation token to use when requesting the next set of results, if there are more results to be returned.

    Declaration

    Swift

    public let nextToken: String?
  • An array of resources associated with the project.

    Declaration

    Swift

    public let resources: [Resource]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, resources: [Resource]? = nil)