Class: Aws::Support::Types::RecentCaseCommunications
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::RecentCaseCommunications
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The five most recent communications associated with the case.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#communications ⇒ Array<Types::Communication>
The five most recent communications associated with the case.
-
#next_token ⇒ String
A resumption point for pagination.
Instance Attribute Details
#communications ⇒ Array<Types::Communication>
The five most recent communications associated with the case.
1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-support/types.rb', line 1229 class RecentCaseCommunications < Struct.new( :communications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A resumption point for pagination.
1229 1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-support/types.rb', line 1229 class RecentCaseCommunications < Struct.new( :communications, :next_token) SENSITIVE = [] include Aws::Structure end |