Class: Aws::DataZone::Types::StartMetadataGenerationRunInput

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

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


10421
10422
10423
10424
10425
10426
10427
10428
10429
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10421

class StartMetadataGenerationRunInput < Struct.new(
  :client_token,
  :domain_identifier,
  :owning_project_identifier,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain where you want to start a metadata generation run.

Returns:

  • (String)


10421
10422
10423
10424
10425
10426
10427
10428
10429
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10421

class StartMetadataGenerationRunInput < Struct.new(
  :client_token,
  :domain_identifier,
  :owning_project_identifier,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#owning_project_identifierString

The ID of the project that owns the asset for which you want to start a metadata generation run.

Returns:

  • (String)


10421
10422
10423
10424
10425
10426
10427
10428
10429
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10421

class StartMetadataGenerationRunInput < Struct.new(
  :client_token,
  :domain_identifier,
  :owning_project_identifier,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::MetadataGenerationRunTarget

The asset for which you want to start a metadata generation run.



10421
10422
10423
10424
10425
10426
10427
10428
10429
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10421

class StartMetadataGenerationRunInput < Struct.new(
  :client_token,
  :domain_identifier,
  :owning_project_identifier,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the metadata generation run.

Returns:

  • (String)


10421
10422
10423
10424
10425
10426
10427
10428
10429
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10421

class StartMetadataGenerationRunInput < Struct.new(
  :client_token,
  :domain_identifier,
  :owning_project_identifier,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end