Class: Aws::Support::Types::DescribeCommunicationsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#communicationsArray<Types::Communication>

The communications for the case.

Returns:



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_tokenString

A resumption point for pagination.

Returns:

  • (String)


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