Class: Aws::QConnect::Types::GetContentSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetContentSummaryResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4464 class GetContentSummaryResponse < Struct.new( :content_summary) SENSITIVE = [] include Aws::Structure end |