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:



2599
2600
2601
2602
2603
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2599

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