ListResourcesResponse

public struct ListResourcesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token used to paginate through all the organization’s resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.

    Declaration

    Swift

    public let nextToken: String?
  • One page of the organization’s resource representation.

    Declaration

    Swift

    public let resources: [Resource]?
  • Undocumented

    Declaration

    Swift

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