Class: Aws::Support::Types::RecentCaseCommunications
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::RecentCaseCommunications
- 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
-
#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.
1230 1231 1232 1233 1234 1235 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1230 class RecentCaseCommunications < Struct.new( :communications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A resumption point for pagination.
1230 1231 1232 1233 1234 1235 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1230 class RecentCaseCommunications < Struct.new( :communications, :next_token) SENSITIVE = [] include Aws::Structure end |