Class: Aws::Types::CreateMatchingWorkflowInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def description
  @description
end

#incremental_run_configTypes::IncrementalRunConfig

Returns the value of attribute incremental_run_config.



108
109
110
# File 'sig/types.rbs', line 108

def incremental_run_config
  @incremental_run_config
end

#input_source_config::Array[Types::InputSource]

Returns the value of attribute input_source_config.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def input_source_config
  @input_source_config
end

#output_source_config::Array[Types::OutputSource]

Returns the value of attribute output_source_config.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def output_source_config
  @output_source_config
end

#resolution_techniquesTypes::ResolutionTechniques

Returns the value of attribute resolution_techniques.



107
108
109
# File 'sig/types.rbs', line 107

def resolution_techniques
  @resolution_techniques
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


110
111
112
# File 'sig/types.rbs', line 110

def tags
  @tags
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def workflow_name
  @workflow_name
end