DeleteSamplingRuleRequest
public struct DeleteSamplingRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
Declaration
Swift
public let ruleARN: String?
-
The name of the sampling rule. Specify a rule by either name or ARN, but not both.
Declaration
Swift
public let ruleName: String?
-
Undocumented
Declaration
Swift
public init(ruleARN: String? = nil, ruleName: String? = nil)