Class: Aws::DataZone::Types::ListingSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#glossary_termsArray<Types::DetailedGlossaryTerm>

The glossary terms of the data product.

Returns:



13685
13686
13687
13688
13689
13690
13691
# File 'lib/aws-sdk-datazone/types.rb', line 13685

class ListingSummary < Struct.new(
  :glossary_terms,
  :listing_id,
  :listing_revision)
  SENSITIVE = []
  include Aws::Structure
end

#listing_idString

The ID of the data product listing.

Returns:

  • (String)


13685
13686
13687
13688
13689
13690
13691
# File 'lib/aws-sdk-datazone/types.rb', line 13685

class ListingSummary < Struct.new(
  :glossary_terms,
  :listing_id,
  :listing_revision)
  SENSITIVE = []
  include Aws::Structure
end

#listing_revisionString

The revision of the data product listing.

Returns:

  • (String)


13685
13686
13687
13688
13689
13690
13691
# File 'lib/aws-sdk-datazone/types.rb', line 13685

class ListingSummary < Struct.new(
  :glossary_terms,
  :listing_id,
  :listing_revision)
  SENSITIVE = []
  include Aws::Structure
end