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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/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:



845
846
847
848
849
850
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 845

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

#next_tokenString

A resumption point for pagination.

Returns:

  • (String)


845
846
847
848
849
850
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 845

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