Class: Aws::XRay::Types::DeleteSamplingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::DeleteSamplingRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The ARN of the sampling rule.
-
#rule_name ⇒ String
The name of the sampling rule.
Instance Attribute Details
#rule_arn ⇒ String
The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
358 359 360 361 362 363 |
# File 'lib/aws-sdk-xray/types.rb', line 358 class DeleteSamplingRuleRequest < Struct.new( :rule_name, :rule_arn) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the sampling rule. Specify a rule by either name or ARN, but not both.
358 359 360 361 362 363 |
# File 'lib/aws-sdk-xray/types.rb', line 358 class DeleteSamplingRuleRequest < Struct.new( :rule_name, :rule_arn) SENSITIVE = [] include Aws::Structure end |