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)


9945
9946
9947
9948
9949
9950
9951
9952
9953
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9945

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)


9945
9946
9947
9948
9949
9950
9951
9952
9953
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9945

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)


9945
9946
9947
9948
9949
9950
9951
9952
9953
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9945

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.



9945
9946
9947
9948
9949
9950
9951
9952
9953
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9945

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)


9945
9946
9947
9948
9949
9950
9951
9952
9953
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9945

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