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.
7753 7754 7755 |
# File 'sig/types.rbs', line 7753 def last_modified_on @last_modified_on end |
#value ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute value.
7752 7753 7754 |
# File 'sig/types.rbs', line 7752 def value @value end |