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.
12012 12013 12014 12015 12016 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12012 class UpdateContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |