Class: Aws::QConnect::Types::CreateContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateContentResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::ContentData
The content.
Instance Attribute Details
#content ⇒ Types::ContentData
The content.
2118 2119 2120 2121 2122 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2118 class CreateContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |