Class: Aws::DataZone::Types::AssetListing
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetListing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
An asset published in an Amazon DataZone catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The identifier of an asset published in an Amazon DataZone catalog.
-
#asset_revision ⇒ String
The revision of an asset published in an Amazon DataZone catalog.
-
#asset_type ⇒ String
The type of an asset published in an Amazon DataZone catalog.
-
#created_at ⇒ Time
The timestamp of when an asset published in an Amazon DataZone catalog was created.
-
#forms ⇒ String
The metadata forms attached to an asset published in an Amazon DataZone catalog.
-
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms attached to an asset published in an Amazon DataZone catalog.
-
#latest_time_series_data_point_forms ⇒ Array<Types::TimeSeriesDataPointSummaryFormOutput>
The latest time series data points forms included in the additional attributes of an asset.
-
#owning_project_id ⇒ String
The identifier of the project where an asset published in an Amazon DataZone catalog exists.
Instance Attribute Details
#asset_id ⇒ String
The identifier of an asset published in an Amazon DataZone catalog.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#asset_revision ⇒ String
The revision of an asset published in an Amazon DataZone catalog.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#asset_type ⇒ String
The type of an asset published in an Amazon DataZone catalog.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when an asset published in an Amazon DataZone catalog was created.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#forms ⇒ String
The metadata forms attached to an asset published in an Amazon DataZone catalog.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#glossary_terms ⇒ Array<Types::DetailedGlossaryTerm>
The glossary terms attached to an asset published in an Amazon DataZone catalog.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#latest_time_series_data_point_forms ⇒ Array<Types::TimeSeriesDataPointSummaryFormOutput>
The latest time series data points forms included in the additional attributes of an asset.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#owning_project_id ⇒ String
The identifier of the project where an asset published in an Amazon DataZone catalog exists.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-datazone/types.rb', line 683 class AssetListing < Struct.new( :asset_id, :asset_revision, :asset_type, :created_at, :forms, :glossary_terms, :latest_time_series_data_point_forms, :owning_project_id) SENSITIVE = [] include Aws::Structure end |