Class: Aws::DataZone::Types::SubscribedAssetListing
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedAssetListing
- 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
-
#asset_scope ⇒ Types::AssetScope
The asset scope of the subscribed asset listing.
-
#entity_id ⇒ String
The identifier of the published asset for which the subscription grant is created.
-
#entity_revision ⇒ String
The revision of the published asset for which the subscription grant is created.
-
#entity_type ⇒ String
The type of the published asset for which the subscription grant is created.
-
#forms ⇒ String
The forms attached to the published asset for which the subscription grant is created.
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms attached to the published asset for which the subscription grant is created.
-
#permissions ⇒ Types::Permissions
The asset permissions.
Instance Attribute Details
#asset_scope ⇒ Types::AssetScope
The asset scope of the subscribed asset listing.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The identifier of the published asset for which the subscription grant is created.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |
#entity_revision ⇒ String
The revision of the published asset for which the subscription grant is created.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the published asset for which the subscription grant is created.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |
#forms ⇒ String
The forms attached to the published asset for which the subscription grant is created.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms attached to the published asset for which the subscription grant is created.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Types::Permissions
The asset permissions.
19467 19468 19469 19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19467 class SubscribedAssetListing < Struct.new( :asset_scope, :entity_id, :entity_revision, :entity_type, :forms, :glossary_terms, :permissions) SENSITIVE = [] include Aws::Structure end |