Class: Aws::ConnectWisdomService::Types::CreateContentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::ContentData

The content.

Returns:



854
855
856
857
858
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 854

class CreateContentResponse < Struct.new(
  :content)
  SENSITIVE = []
  include Aws::Structure
end