Class: Aws::ConnectWisdomService::Types::GetContentSummaryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_summaryTypes::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