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.
7743 7744 7745 |
# File 'sig/types.rbs', line 7743 def last_modified_on @last_modified_on end |
#value ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute value.
7742 7743 7744 |
# File 'sig/types.rbs', line 7742 def value @value end |