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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 '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 'lib/aws-sdk-xray/types.rb', line 1651

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