Class: Aws::QConnect::Types::GetContentSummaryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_summaryTypes::ContentSummary

The content summary.



5080
5081
5082
5083
5084
# File 'lib/aws-sdk-qconnect/types.rb', line 5080

class GetContentSummaryResponse < Struct.new(
  :content_summary)
  SENSITIVE = []
  include Aws::Structure
end