Class: Aws::Types::IndexingRule
- Inherits:
-
Object
- Object
- Aws::Types::IndexingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule ⇒ Types::IndexingRuleValue
Returns the value of attribute rule.
Instance Attribute Details
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
478 479 480 |
# File 'sig/types.rbs', line 478 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
477 478 479 |
# File 'sig/types.rbs', line 477 def name @name end |
#rule ⇒ Types::IndexingRuleValue
Returns the value of attribute rule.
479 480 481 |
# File 'sig/types.rbs', line 479 def rule @rule end |