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)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

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

#created_byString

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

Returns:

  • (String)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

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

#domain_idString

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

Returns:

  • (String)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

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

#idString

The ID of the metadata generation run.

Returns:

  • (String)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

class StartMetadataGenerationRunOutput < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :type)
  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)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

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

#statusString

The status of the metadata generation run.

Returns:

  • (String)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

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

#typeString

The type of the metadata generation run.

Returns:

  • (String)


17457
17458
17459
17460
17461
17462
17463
17464
17465
17466
17467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457

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