Class: Aws::DataZone::Types::CreateAssetOutput

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)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#created_byString

The Amazon DataZone user that created this asset in the catalog.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#descriptionString

The description of the created asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

class CreateAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :prediction_configuration,
  :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 in which the asset was created.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#external_identifierString

The external identifier of the asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

class CreateAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :prediction_configuration,
  :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 took place.

Returns:

  • (Time)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#first_revision_created_byString

The Amazon DataZone user that made the first revision of the asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#forms_outputArray<Types::FormOutput>

The metadata forms that are attached to the created asset.

Returns:



2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#glossary_termsArray<String>

The glossary terms that are attached to the created asset.

Returns:

  • (Array<String>)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#idString

The unique identifier of the created asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

class CreateAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :prediction_configuration,
  :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.



2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#listingTypes::AssetListingDetails

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



2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#nameString

The name of the created asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#owning_project_idString

The ID of the Amazon DataZone project that owns the created asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#prediction_configurationTypes::PredictionConfiguration

The configuration of the automatically generated business-friendly metadata for the asset.



2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

class CreateAssetOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :external_identifier,
  :first_revision_created_at,
  :first_revision_created_by,
  :forms_output,
  :glossary_terms,
  :id,
  :latest_time_series_data_point_forms_output,
  :listing,
  :name,
  :owning_project_id,
  :prediction_configuration,
  :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 that are attached to the created asset.

Returns:



2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#revisionString

The revision of the asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#type_identifierString

The identifier of the created asset type.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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

#type_revisionString

The revision type of the asset.

Returns:

  • (String)


2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2055

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