Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::XRay::Types::IndexingRule

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

Overview

Rule used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modified_atTime

Displays when the rule was last modified, in Unix time seconds.

Returns:

  • (Time)

1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1651

class IndexingRule < Struct.new(
  :name,
  :modified_at,
  :rule)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the indexing rule.

Returns:

  • (String)

1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1651

class IndexingRule < Struct.new(
  :name,
  :modified_at,
  :rule)
  SENSITIVE = []
  include Aws::Structure
end

#ruleTypes::IndexingRuleValue

The indexing rule.


1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1651

class IndexingRule < Struct.new(
  :name,
  :modified_at,
  :rule)
  SENSITIVE = []
  include Aws::Structure
end