Class: Aws::QConnect::Types::GetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetContentResponse
- 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.
5049 5050 5051 5052 5053 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5049 class GetContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |