GetRateBasedRuleRequest
public struct GetRateBasedRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The RuleId of the RateBasedRule that you want to get. RuleId is returned by CreateRateBasedRule and by ListRateBasedRules.
Declaration
Swift
public let ruleId: String -
Undocumented
Declaration
Swift
public init(ruleId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetRateBasedRuleRequest Structure Reference