Class: Aws::DataZone::Types::CreateAssetTypeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the asset type is to be created.

Returns:

  • (Time)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who creates this custom asset type.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the custom asset type.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain in which the asset type was created.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#forms_outputHash<String,Types::FormEntryOutput>

The metadata forms that are attached to the asset type.

Returns:



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the asset type.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#origin_domain_idString

The ID of the Amazon DataZone domain where the asset type was originally created.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#origin_project_idString

The ID of the Amazon DataZone project where the asset type was originally created.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#owning_project_idString

The ID of the Amazon DataZone project that currently owns this asset type.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#revisionString

The revision of the custom asset type.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The timestamp of when the custom type was created.

Returns:

  • (Time)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_byString

The Amazon DataZone user that created the custom asset type.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1272

class CreateAssetTypeOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :forms_output,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end