Class: Aws::DataZone::Types::AssetListing

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

Overview

An asset published in an Amazon DataZone catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The identifier of an asset published in an Amazon DataZone catalog.

Returns:

  • (String)


416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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_revisionString

The revision of an asset published in an Amazon DataZone catalog.

Returns:

  • (String)


416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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_typeString

The type of an asset published in an Amazon DataZone catalog.

Returns:

  • (String)


416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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_atTime

The timestamp of when an asset published in an Amazon DataZone catalog was created.

Returns:

  • (Time)


416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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

#formsString

The metadata forms attached to an asset published in an Amazon DataZone catalog.

Returns:

  • (String)


416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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_termsArray<Types::DetailedGlossaryTerm>

The glossary terms attached to an asset published in an Amazon DataZone catalog.

Returns:



416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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_formsArray<Types::TimeSeriesDataPointSummaryFormOutput>

The latest time series data points forms included in the additional attributes of an asset.



416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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_idString

The identifier of the project where an asset published in an Amazon DataZone catalog exists.

Returns:

  • (String)


416
417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 416

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