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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::ContentData

The content.

Returns:



924
925
926
927
928
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 924

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