TableAutoScalingDescription
public struct TableAutoScalingDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents replicas of the global table.
Declaration
Swift
public let replicas: [ReplicaAutoScalingDescription]?
-
The name of the table.
Declaration
Swift
public let tableName: String?
-
The current state of the table: CREATING - The table is being created. UPDATING - The table is being updated. DELETING - The table is being deleted. ACTIVE - The table is ready for use.
Declaration
Swift
public let tableStatus: TableStatus?
-
Undocumented
Declaration
Swift
public init(replicas: [ReplicaAutoScalingDescription]? = nil, tableName: String? = nil, tableStatus: TableStatus? = nil)