Class: Aws::QConnect::Types::UpdateContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateContentResponse
- Includes:
- Structure
- Defined in:
- 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.
12031 12032 12033 12034 12035 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12031 class UpdateContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |