Class: Aws::Types::UpdateRelatedItemResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_time ⇒ ::Time

Returns the value of attribute association_time.

Returns:

  • (::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.

Returns:



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.

Returns:



1321
1322
1323
# File 'sig/types.rbs', line 1321

def last_updated_user
  @last_updated_user
end

Returns the value of attribute related_item_arn.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def related_item_arn
  @related_item_arn
end

Returns the value of attribute related_item_id.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def related_item_id
  @related_item_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1320
1321
1322
# File 'sig/types.rbs', line 1320

def tags
  @tags
end

#type ⇒ "Contact", ...

Returns the value of attribute type.

Returns:

  • ("Contact", "Comment", "File", "Sla", "ConnectCase", "Custom")


1317
1318
1319
# File 'sig/types.rbs', line 1317

def type
  @type
end