UpdateGlobalSecondaryIndexAction
public struct UpdateGlobalSecondaryIndexAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the global secondary index to be updated.
Declaration
Swift
public let indexName: String
-
Represents the provisioned throughput settings for the specified global secondary index. For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.
Declaration
Swift
public let provisionedThroughput: ProvisionedThroughput
-
Undocumented
Declaration
Swift
public init(indexName: String, provisionedThroughput: ProvisionedThroughput)
-
Declaration
Swift
public func validate(name: String) throws