ListGlobalTablesOutput
public struct ListGlobalTablesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of global table names.
Declaration
Swift
public let globalTables: [GlobalTable]?
-
Last evaluated global table name.
Declaration
Swift
public let lastEvaluatedGlobalTableName: String?
-
Undocumented
Declaration
Swift
public init(globalTables: [GlobalTable]? = nil, lastEvaluatedGlobalTableName: String? = nil)