Class: Aws::ConnectWisdomService::Types::GetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetContentResponse
- Defined in:
- gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::ContentData
The content.
Instance Attribute Details
#content ⇒ Types::ContentData
The content.
1089 1090 1091 1092 1093 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1089 class GetContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |