Class: Aws::Support::Types::RecentCaseCommunications

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

The five most recent communications associated with the case.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#communicationsArray<Types::Communication>

The five most recent communications associated with the case.

Returns:



1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1220

class RecentCaseCommunications < Struct.new(
  :communications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A resumption point for pagination.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1220

class RecentCaseCommunications < Struct.new(
  :communications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end