Class: Aws::DataZone::Types::GetMetadataGenerationRunOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the metadata generation run was start.

Returns:

  • (Time)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who started the metadata generation run.

Returns:

  • (String)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain the metadata generation run of which you want to get.

Returns:

  • (String)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the metadata generation run.

Returns:

  • (String)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#owning_project_idString

The ID of the project that owns the assets for which you're running metadata generation.

Returns:

  • (String)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the metadata generation run.

Returns:

  • (String)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::MetadataGenerationRunTarget

The asset for which you're generating metadata.



11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of metadata generation run.

Returns:

  • (String)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#type_statsArray<Types::MetadataGenerationRunTypeStat>

The type stats included in the metadata generation run output details.



11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end

#typesArray<String>

The types of the metadata generation run.

Returns:

  • (Array<String>)


11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11135

class GetMetadataGenerationRunOutput < Struct.new(
  :domain_id,
  :id,
  :target,
  :status,
  :type,
  :types,
  :created_at,
  :created_by,
  :owning_project_id,
  :type_stats)
  SENSITIVE = []
  include Aws::Structure
end