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.
4433 4434 4435 4436 4437 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4433 class GetContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |