Class: Aws::Types::RelatedItemContent
- Inherits:
-
Object
- Object
- Aws::Types::RelatedItemContent
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Comment, ConnectCase, Contact, Custom, File, Sla, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ Types::CommentContent
Returns the value of attribute comment.
-
#connect_case ⇒ Types::ConnectCaseContent
Returns the value of attribute connect_case.
-
#contact ⇒ Types::ContactContent
Returns the value of attribute contact.
-
#custom ⇒ Types::CustomContent
Returns the value of attribute custom.
-
#file ⇒ Types::FileContent
Returns the value of attribute file.
-
#sla ⇒ Types::SlaContent
Returns the value of attribute sla.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#comment ⇒ Types::CommentContent
Returns the value of attribute comment.
939 940 941 |
# File 'sig/types.rbs', line 939 def comment @comment end |
#connect_case ⇒ Types::ConnectCaseContent
Returns the value of attribute connect_case.
942 943 944 |
# File 'sig/types.rbs', line 942 def connect_case @connect_case end |
#contact ⇒ Types::ContactContent
Returns the value of attribute contact.
938 939 940 |
# File 'sig/types.rbs', line 938 def contact @contact end |
#custom ⇒ Types::CustomContent
Returns the value of attribute custom.
943 944 945 |
# File 'sig/types.rbs', line 943 def custom @custom end |
#file ⇒ Types::FileContent
Returns the value of attribute file.
940 941 942 |
# File 'sig/types.rbs', line 940 def file @file end |
#sla ⇒ Types::SlaContent
Returns the value of attribute sla.
941 942 943 |
# File 'sig/types.rbs', line 941 def sla @sla end |
#unknown ⇒ Object
Returns the value of attribute unknown.
944 945 946 |
# File 'sig/types.rbs', line 944 def unknown @unknown end |