Class: Aws::Support::Types::DescribeCommunicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeCommunicationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The communications returned by the DescribeCommunications operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#communications ⇒ Array<Types::Communication>
The communications for the case.
-
#next_token ⇒ String
A resumption point for pagination.
Instance Attribute Details
#communications ⇒ Array<Types::Communication>
The communications for the case.
854 855 856 857 858 859 |
# File 'lib/aws-sdk-support/types.rb', line 854 class DescribeCommunicationsResponse < Struct.new( :communications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A resumption point for pagination.
854 855 856 857 858 859 |
# File 'lib/aws-sdk-support/types.rb', line 854 class DescribeCommunicationsResponse < Struct.new( :communications, :next_token) SENSITIVE = [] include Aws::Structure end |