Class: Aws::QConnect::Types::GetContentSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetContentSummaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
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 |