Class: Aws::Types::UpdateIndexingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexingRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule ⇒ Types::IndexingRuleValueUpdate
Returns the value of attribute rule.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def name @name end |
#rule ⇒ Types::IndexingRuleValueUpdate
Returns the value of attribute rule.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def rule @rule end |