Class: Aws::ConnectWisdomService::Types::GetContentSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetContentSummaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_summary ⇒ Types::ContentSummary
The content summary.
Instance Attribute Details
#content_summary ⇒ Types::ContentSummary
The content summary.
1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1438 class GetContentSummaryResponse < Struct.new( :content_summary) SENSITIVE = [] include Aws::Structure end |