Class: Aws::DataZone::Types::SubscribedListing
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedListing
- 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 =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the published asset for which the subscription grant is created.
-
#id ⇒ String
The identifier of the published asset for which the subscription grant is created.
-
#item ⇒ Types::SubscribedListingItem
The published asset for which the subscription grant is created.
-
#name ⇒ String
The name of the published asset for which the subscription grant is created.
-
#owner_project_id ⇒ String
The identifier of the project of the published asset for which the subscription grant is created.
-
#owner_project_name ⇒ String
The name of the project that owns the published asset for which the subscription grant is created.
-
#revision ⇒ String
The revision of the published asset for which the subscription grant is created.
Instance Attribute Details
#description ⇒ String
The description of the published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The identifier of the published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |
#item ⇒ Types::SubscribedListingItem
The published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |
#owner_project_id ⇒ String
The identifier of the project of the published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |
#owner_project_name ⇒ String
The name of the project that owns the published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |
#revision ⇒ String
The revision of the published asset for which the subscription grant is created.
17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 |
# File 'lib/aws-sdk-datazone/types.rb', line 17572 class SubscribedListing < Struct.new( :description, :id, :item, :name, :owner_project_id, :owner_project_name, :revision) SENSITIVE = [:description] include Aws::Structure end |