Class: Aws::DataZone::Types::StartMetadataGenerationRunOutput

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 at which the metadata generation run was started.

Returns:

  • (Time)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#created_byString

The ID of the user who started the metadata generation run.

Returns:

  • (String)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#domain_idString

The ID of the Amazon DataZone domain in which the metadata generation run was started.

Returns:

  • (String)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#idString

The ID of the metadata generation run.

Returns:

  • (String)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#owning_project_idString

The ID of the project that owns the asset for which the metadata generation run was started.

Returns:

  • (String)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#statusString

The status of the metadata generation run.

Returns:

  • (String)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#typeString

The type of the metadata generation run.

Returns:

  • (String)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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

#typesArray<String>

The types of the metadata generation run.

Returns:

  • (Array<String>)


19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19933
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922

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