Class: Aws::QConnect::Types::UpdateContentResponse

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:



12012
12013
12014
12015
12016
# File 'lib/aws-sdk-qconnect/types.rb', line 12012

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