Class: Aws::Types::Note

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


6683
6684
6685
# File 'sig/types.rbs', line 6683

def text
  @text
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


6685
6686
6687
# File 'sig/types.rbs', line 6685

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6684
6685
6686
# File 'sig/types.rbs', line 6684

def updated_by
  @updated_by
end