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

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:



4236
4237
4238
4239
4240
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4236

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