Class: Aws::Types::UpdateRelatedItemResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRelatedItemResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_time ⇒ ::Time
Returns the value of attribute association_time.
-
#content ⇒ Types::RelatedItemContent
Returns the value of attribute content.
-
#created_by ⇒ Types::UserUnion
Returns the value of attribute created_by.
-
#last_updated_user ⇒ Types::UserUnion
Returns the value of attribute last_updated_user.
-
#related_item_arn ⇒ ::String
Returns the value of attribute related_item_arn.
-
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "Contact", ...
Returns the value of attribute type.
Instance Attribute Details
#association_time ⇒ ::Time
Returns the value of attribute association_time.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def association_time @association_time end |
#content ⇒ Types::RelatedItemContent
Returns the value of attribute content.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def content @content end |
#created_by ⇒ Types::UserUnion
Returns the value of attribute created_by.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def created_by @created_by end |
#last_updated_user ⇒ Types::UserUnion
Returns the value of attribute last_updated_user.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def last_updated_user @last_updated_user end |
#related_item_arn ⇒ ::String
Returns the value of attribute related_item_arn.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def @related_item_arn end |
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def @related_item_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def @tags end |
#type ⇒ "Contact", ...
Returns the value of attribute type.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def type @type end |