Class: Aws::XRay::Types::UpdateIndexingRuleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateIndexingRuleResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#indexing_rule ⇒ Types::IndexingRule
Updated indexing rule.
Instance Attribute Details
#indexing_rule ⇒ Types::IndexingRule
Updated indexing rule.
3746 3747 3748 3749 3750 |
# File 'lib/aws-sdk-xray/types.rb', line 3746 class UpdateIndexingRuleResult < Struct.new( :indexing_rule) SENSITIVE = [] include Aws::Structure end |