Class: Aws::XRay::Types::UpdateIndexingRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the indexing rule to be updated.

Returns:

  • (String)


3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3865

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

#ruleTypes::IndexingRuleValueUpdate

Rule configuration to be updated.



3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3865

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