Class: Aws::QConnect::Types::GetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetContentResponse
- 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.
5109 5110 5111 5112 5113 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5109 class GetContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |