Class: Aws::DataZone::Types::SubscribedAssetListing

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The details of the published asset for which the subscription grant is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_scopeTypes::AssetScope

The asset scope of the subscribed asset listing.

Returns:



17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SubscribedAssetListing < Struct.new(
  :asset_scope,
  :entity_id,
  :entity_revision,
  :entity_type,
  :forms,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The identifier of the published asset for which the subscription grant is created.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SubscribedAssetListing < Struct.new(
  :asset_scope,
  :entity_id,
  :entity_revision,
  :entity_type,
  :forms,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_revisionString

The revision of the published asset for which the subscription grant is created.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SubscribedAssetListing < Struct.new(
  :asset_scope,
  :entity_id,
  :entity_revision,
  :entity_type,
  :forms,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the published asset for which the subscription grant is created.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SubscribedAssetListing < Struct.new(
  :asset_scope,
  :entity_id,
  :entity_revision,
  :entity_type,
  :forms,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#formsString

The forms attached to the published asset for which the subscription grant is created.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SubscribedAssetListing < Struct.new(
  :asset_scope,
  :entity_id,
  :entity_revision,
  :entity_type,
  :forms,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#glossary_termsArray<Types::DetailedGlossaryTerm>

The glossary terms attached to the published asset for which the subscription grant is created.

Returns:



17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SubscribedAssetListing < Struct.new(
  :asset_scope,
  :entity_id,
  :entity_revision,
  :entity_type,
  :forms,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end