Class: Aws::QConnect::Types::GetContentResponse

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:



5049
5050
5051
5052
5053
# File 'lib/aws-sdk-qconnect/types.rb', line 5049

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