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)


393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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)


393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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)


393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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)


393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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)


393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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:



393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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.



393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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)


393
394
395
396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 393

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