Class: Aws::Types::RelatedItemUpdateContent
- Inherits:
-
Object
- Object
- Aws::Types::RelatedItemUpdateContent
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Comment, Custom, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ Types::CommentUpdateContent
Returns the value of attribute comment.
-
#custom ⇒ Types::CustomUpdateContent
Returns the value of attribute custom.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
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.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def unknown @unknown end |