Class: Aws::XRay::Types::UpdateIndexingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateIndexingRuleRequest
- Includes:
- Structure
- Defined in:
- 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.
3733 3734 3735 3736 3737 3738 |
# File 'lib/aws-sdk-xray/types.rb', line 3733 class UpdateIndexingRuleRequest < Struct.new( :name, :rule) SENSITIVE = [] include Aws::Structure end |
#rule ⇒ Types::IndexingRuleValueUpdate
Rule configuration to be updated.
3733 3734 3735 3736 3737 3738 |
# File 'lib/aws-sdk-xray/types.rb', line 3733 class UpdateIndexingRuleRequest < Struct.new( :name, :rule) SENSITIVE = [] include Aws::Structure end |