Class: Aws::Types::RelatedItemUpdateContent

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

Defined Under Namespace

Classes: Comment, Custom, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ Types::CommentUpdateContent

Returns the value of attribute comment.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def comment
  @comment
end

#custom ⇒ Types::CustomUpdateContent

Returns the value of attribute custom.



1022
1023
1024
# File 'sig/types.rbs', line 1022

def custom
  @custom
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def unknown
  @unknown
end