Class: Aws::Types::RuleRevision
- Inherits:
-
Object
- Object
- Aws::Types::RuleRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#revision_change_id ⇒ ::String
Returns the value of attribute revision_change_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def created @created end |
#revision_change_id ⇒ ::String
Returns the value of attribute revision_change_id.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def revision_change_id @revision_change_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def revision_id @revision_id end |