Class: Aws::DataZone::Types::CreateAssetRevisionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the asset revision occured.

Returns:

  • (Time)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#created_byString

The Amazon DataZone user who performed the asset revision.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#descriptionString

The revised asset description.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#domain_idString

The unique identifier of the Amazon DataZone domain where the asset was revised.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#external_identifierString

The external identifier of the asset.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#first_revision_created_atTime

The timestamp of when the first asset revision occured.

Returns:

  • (Time)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#first_revision_created_byString

The Amazon DataZone user who performed the first asset revision.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#forms_outputArray<Types::FormOutput>

The metadata forms that were attached to the asset as part of the asset revision.

Returns:



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#glossary_termsArray<String>

The glossary terms that were attached to the asset as part of asset revision.

Returns:

  • (Array<String>)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#governed_glossary_termsArray<String>

The glossary terms in a restricted glossary.

Returns:

  • (Array<String>)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#idString

The unique identifier of the asset revision.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

class CreateAssetRevisionOutput < Struct.new(
  :id,
  :name,
  :type_identifier,
  :type_revision,
  :external_identifier,
  :revision,
  :description,
  :created_at,
  :created_by,
  :first_revision_created_at,
  :first_revision_created_by,
  :glossary_terms,
  :governed_glossary_terms,
  :owning_project_id,
  :domain_id,
  :listing,
  :forms_output,
  :read_only_forms_output,
  :latest_time_series_data_point_forms_output,
  :prediction_configuration)
  SENSITIVE = [:name, :description]
  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.



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#listingTypes::AssetListingDetails

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



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#nameString

The revised name of the asset.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#owning_project_idString

The unique identifier of the revised project that owns the asset.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#prediction_configurationTypes::PredictionConfiguration

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



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#read_only_forms_outputArray<Types::FormOutput>

The read-only metadata forms that were attached to the asset as part of the asset revision.

Returns:



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#revisionString

The revision of the asset.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#type_identifierString

The identifier of the revision type.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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

#type_revisionString

The revision type of the asset.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3048

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