Class: Aws::DataZone::Types::GetAssetOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the asset was created.

Returns:

  • (Time)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the Amazon DataZone asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain to which the asset belongs.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#external_identifierString

The external ID of the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#first_revision_created_atTime

The timestamp of when the first revision of the asset was created.

Returns:

  • (Time)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#first_revision_created_byString

The Amazon DataZone user who created the first revision of the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#forms_outputArray<Types::FormOutput>

The metadata forms attached to the asset.

Returns:



8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

The business glossary terms attached to the asset.

Returns:

  • (Array<String>)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#governed_glossary_termsArray<String>

The restricted glossary terms attached to an asset.

Returns:

  • (Array<String>)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#latest_time_series_data_point_forms_outputArray<Types::TimeSeriesDataPointSummaryFormOutput>

The latest data point that was imported into the time series form for the asset.



8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#listingTypes::AssetListingDetails

The listing of the asset.



8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#owning_project_idString

The ID of the project that owns the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#read_only_forms_outputArray<Types::FormOutput>

The read-only metadata forms attached to the asset.

Returns:



8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#revisionString

The revision of the asset.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#type_identifierString

The ID of the asset type.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#type_revisionString

The revision of the asset type.

Returns:

  • (String)


8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8158

class GetAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :governed_glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :read_only_forms_output,
  :revision,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end