Class: Aws::Types::TimestampedInclusionAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::TimestampedInclusionAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#value ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute value.
Instance Attribute Details
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
7711 7712 7713 |
# File 'sig/types.rbs', line 7711 def last_modified_on @last_modified_on end |
#value ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute value.
7710 7711 7712 |
# File 'sig/types.rbs', line 7710 def value @value end |