Class: Aws::Support::Types::AddCommunicationToCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::AddCommunicationToCaseResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The result of the AddCommunicationToCase operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ Boolean
True if AddCommunicationToCase succeeds.
Instance Attribute Details
#result ⇒ Boolean
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
103 104 105 106 107 |
# File 'lib/aws-sdk-support/types.rb', line 103 class AddCommunicationToCaseResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |