ListInputsResponse
public struct ListInputsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Summary information about the inputs.
Declaration
Swift
public let inputSummaries: [InputSummary]?
-
A token to retrieve the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(inputSummaries: [InputSummary]? = nil, nextToken: String? = nil)