Class: Aws::ConnectWisdomService::Types::CreateContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::CreateContentResponse
- 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.
854 855 856 857 858 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 854 class CreateContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |