Class: Aws::DataZone::Types::ListingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListingSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The summary of the listing of the data product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms of the data product.
-
#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.
11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-datazone/types.rb', line 11406 class ListingSummary < Struct.new( :glossary_terms, :listing_id, :listing_revision) SENSITIVE = [] include Aws::Structure end |
#listing_id ⇒ String
The ID of the data product listing.
11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-datazone/types.rb', line 11406 class ListingSummary < Struct.new( :glossary_terms, :listing_id, :listing_revision) SENSITIVE = [] include Aws::Structure end |
#listing_revision ⇒ String
The revision of the data product listing.
11406 11407 11408 11409 11410 11411 11412 |
# File 'lib/aws-sdk-datazone/types.rb', line 11406 class ListingSummary < Struct.new( :glossary_terms, :listing_id, :listing_revision) SENSITIVE = [] include Aws::Structure end |