Class: Aws::ConnectWisdomService::Types::UpdateContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::UpdateContentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::ContentData
The content.
Instance Attribute Details
#content ⇒ Types::ContentData
The content.
3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3769 class UpdateContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |