Class: Aws::ConnectWisdomService::Types::GetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetContentResponse
- Includes:
- Structure
- Defined in:
- 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.
1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1405 class GetContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |