Class: Aws::DataZone::Types::ListingSummaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListingSummaryItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The results of the data product summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the data product listing.
-
#listing_id ⇒ String
The ID of the data product listing.
-
#listing_revision ⇒ String
The revision of the data product listing.
Instance Attribute Details
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the data product listing.
11031 11032 11033 11034 11035 11036 11037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11031 class ListingSummaryItem < Struct.new( :glossary_terms, :listing_id, :listing_revision) SENSITIVE = [] include Aws::Structure end |
#listing_id ⇒ String
The ID of the data product listing.
11031 11032 11033 11034 11035 11036 11037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11031 class ListingSummaryItem < Struct.new( :glossary_terms, :listing_id, :listing_revision) SENSITIVE = [] include Aws::Structure end |
#listing_revision ⇒ String
The revision of the data product listing.
11031 11032 11033 11034 11035 11036 11037 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11031 class ListingSummaryItem < Struct.new( :glossary_terms, :listing_id, :listing_revision) SENSITIVE = [] include Aws::Structure end |