Class: Aws::Types::TimestampedInclusionAnnotation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


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.

Returns:

  • ("INCLUDE", "EXCLUDE")


7710
7711
7712
# File 'sig/types.rbs', line 7710

def value
  @value
end