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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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

#entity_idString

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

Returns:

  • (String)


10079
10080
10081
10082
10083
10084
10085
10086
10087
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10079

class SubscribedAssetListing < Struct.new(
  :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)


10079
10080
10081
10082
10083
10084
10085
10086
10087
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10079

class SubscribedAssetListing < Struct.new(
  :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)


10079
10080
10081
10082
10083
10084
10085
10086
10087
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10079

class SubscribedAssetListing < Struct.new(
  :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)


10079
10080
10081
10082
10083
10084
10085
10086
10087
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10079

class SubscribedAssetListing < Struct.new(
  :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:



10079
10080
10081
10082
10083
10084
10085
10086
10087
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10079

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