Class: Aws::XRay::Types::UpdateIndexingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateIndexingRuleRequest
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the indexing rule to be updated.
-
#rule ⇒ Types::IndexingRuleValueUpdate
Rule configuration to be updated.
Instance Attribute Details
#name ⇒ String
Name of the indexing rule 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 |
#rule ⇒ Types::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 |