Class: Aws::XRay::Types::DeleteSamplingRuleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_arnString

The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.

Returns:

  • (String)


342
343
344
345
346
347
# File 'lib/aws-sdk-xray/types.rb', line 342

class DeleteSamplingRuleRequest < Struct.new(
  :rule_name,
  :rule_arn)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the sampling rule. Specify a rule by either name or ARN, but not both.

Returns:

  • (String)


342
343
344
345
346
347
# File 'lib/aws-sdk-xray/types.rb', line 342

class DeleteSamplingRuleRequest < Struct.new(
  :rule_name,
  :rule_arn)
  SENSITIVE = []
  include Aws::Structure
end