ListComponentsResponse
public struct ListComponentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of application components.
Declaration
Swift
public let applicationComponentList: [ApplicationComponent]? -
The token to request the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(applicationComponentList: [ApplicationComponent]? = nil, nextToken: String? = nil)
View on GitHub
ListComponentsResponse Structure Reference