Class: Aws::Support::Types::DescribeCommunicationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeCommunicationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_time ⇒ String
The start date for a filtered date search on support case communications.
-
#before_time ⇒ String
The end date for a filtered date search on support case communications.
-
#case_id ⇒ String
The support case ID requested or returned in the call.
-
#max_results ⇒ Integer
The maximum number of results to return before paginating.
-
#next_token ⇒ String
A resumption point for pagination.
Instance Attribute Details
#after_time ⇒ String
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
832 833 834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-support/types.rb', line 832 class DescribeCommunicationsRequest < Struct.new( :case_id, :before_time, :after_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#before_time ⇒ String
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
832 833 834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-support/types.rb', line 832 class DescribeCommunicationsRequest < Struct.new( :case_id, :before_time, :after_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#case_id ⇒ String
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
832 833 834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-support/types.rb', line 832 class DescribeCommunicationsRequest < Struct.new( :case_id, :before_time, :after_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return before paginating.
832 833 834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-support/types.rb', line 832 class DescribeCommunicationsRequest < Struct.new( :case_id, :before_time, :after_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A resumption point for pagination.
832 833 834 835 836 837 838 839 840 |
# File 'lib/aws-sdk-support/types.rb', line 832 class DescribeCommunicationsRequest < Struct.new( :case_id, :before_time, :after_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |