Class: Aws::Support::Types::DescribeCommunicationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_timeString

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 823

class DescribeCommunicationsRequest < Struct.new(
  :case_id,
  :before_time,
  :after_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#before_timeString

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 823

class DescribeCommunicationsRequest < Struct.new(
  :case_id,
  :before_time,
  :after_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#case_idString

The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 823

class DescribeCommunicationsRequest < Struct.new(
  :case_id,
  :before_time,
  :after_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return before paginating.

Returns:

  • (Integer)


823
824
825
826
827
828
829
830
831
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 823

class DescribeCommunicationsRequest < Struct.new(
  :case_id,
  :before_time,
  :after_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A resumption point for pagination.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 823

class DescribeCommunicationsRequest < Struct.new(
  :case_id,
  :before_time,
  :after_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end