ModifyUsageLimitMessage
public struct ModifyUsageLimitMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new limit amount. For more information about this parameter, see UsageLimit.
Declaration
Swift
public let amount: Int64?
-
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
Declaration
Swift
public let breachAction: UsageLimitBreachAction?
-
The identifier of the usage limit to modify.
Declaration
Swift
public let usageLimitId: String
-
Undocumented
Declaration
Swift
public init(amount: Int64? = nil, breachAction: UsageLimitBreachAction? = nil, usageLimitId: String)