Module: Aws::ConnectCases::Client::_UpdateRelatedItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRelatedItemResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #association_time ⇒ ::Time
- #content ⇒ Types::RelatedItemContent
- #created_by ⇒ Types::UserUnion
- #last_updated_user ⇒ Types::UserUnion
- #related_item_arn ⇒ ::String
- #related_item_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "Contact", ...
Instance Method Details
#association_time ⇒ ::Time
736 |
# File 'sig/client.rbs', line 736
def association_time: () -> ::Time
|
#content ⇒ Types::RelatedItemContent
735 |
# File 'sig/client.rbs', line 735
def content: () -> Types::RelatedItemContent
|
#created_by ⇒ Types::UserUnion
739 |
# File 'sig/client.rbs', line 739
def created_by: () -> Types::UserUnion
|
#last_updated_user ⇒ Types::UserUnion
738 |
# File 'sig/client.rbs', line 738
def last_updated_user: () -> Types::UserUnion
|
#related_item_arn ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def related_item_arn: () -> ::String
|
#related_item_id ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def related_item_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
737 |
# File 'sig/client.rbs', line 737
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "Contact", ...
734 |
# File 'sig/client.rbs', line 734
def type: () -> ("Contact" | "Comment" | "File" | "Sla" | "ConnectCase" | "Custom")
|