Class: Aws::QConnect::Types::CreateContentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::ContentData

The content.

Returns:



2883
2884
2885
2886
2887
# File 'lib/aws-sdk-qconnect/types.rb', line 2883

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