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)


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_nameString

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

Returns:

  • (String)


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