Class: Aws::QConnect::Types::DataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Summary of the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::DataDetails
Details about the data.
-
#reference ⇒ Types::DataReference
Reference information about the content.
Instance Attribute Details
#details ⇒ Types::DataDetails
Details about the data.
3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3804 class DataSummary < Struct.new( :reference, :details) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::DataReference
Reference information about the content.
3804 3805 3806 3807 3808 3809 |
# File 'lib/aws-sdk-qconnect/types.rb', line 3804 class DataSummary < Struct.new( :reference, :details) SENSITIVE = [] include Aws::Structure end |