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.
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 |