Class: Aws::Types::ArchiveRuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveRuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#filter ⇒ ::Hash[::String, Types::Criterion]
Returns the value of attribute filter.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
152 153 154 |
# File 'sig/types.rbs', line 152 def created_at @created_at end |
#filter ⇒ ::Hash[::String, Types::Criterion]
Returns the value of attribute filter.
151 152 153 |
# File 'sig/types.rbs', line 151 def filter @filter end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
150 151 152 |
# File 'sig/types.rbs', line 150 def rule_name @rule_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
153 154 155 |
# File 'sig/types.rbs', line 153 def updated_at @updated_at end |