Class: Aws::Types::RelatedItemInputContent
- Inherits:
-
Object
- Object
- Aws::Types::RelatedItemInputContent
- 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::ConnectCaseInputContent
Returns the value of attribute connect_case.
-
#contact ⇒ Types::Contact
Returns the value of attribute contact.
-
#custom ⇒ Types::CustomInputContent
Returns the value of attribute custom.
-
#file ⇒ Types::FileContent
Returns the value of attribute file.
-
#sla ⇒ Types::SlaInputContent
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.
970 971 972 |
# File 'sig/types.rbs', line 970 def comment @comment end |
#connect_case ⇒ Types::ConnectCaseInputContent
Returns the value of attribute connect_case.
973 974 975 |
# File 'sig/types.rbs', line 973 def connect_case @connect_case end |
#contact ⇒ Types::Contact
Returns the value of attribute contact.
969 970 971 |
# File 'sig/types.rbs', line 969 def contact @contact end |
#custom ⇒ Types::CustomInputContent
Returns the value of attribute custom.
974 975 976 |
# File 'sig/types.rbs', line 974 def custom @custom end |
#file ⇒ Types::FileContent
Returns the value of attribute file.
971 972 973 |
# File 'sig/types.rbs', line 971 def file @file end |
#sla ⇒ Types::SlaInputContent
Returns the value of attribute sla.
972 973 974 |
# File 'sig/types.rbs', line 972 def sla @sla end |
#unknown ⇒ Object
Returns the value of attribute unknown.
975 976 977 |
# File 'sig/types.rbs', line 975 def unknown @unknown end |