Class: Aws::Types::UpdateMatchingWorkflowOutput

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)


944
945
946
# File 'sig/types.rbs', line 944

def description
  @description
end

#incremental_run_configTypes::IncrementalRunConfig

Returns the value of attribute incremental_run_config.



948
949
950
# File 'sig/types.rbs', line 948

def incremental_run_config
  @incremental_run_config
end

#input_source_config::Array[Types::InputSource]

Returns the value of attribute input_source_config.

Returns:



945
946
947
# File 'sig/types.rbs', line 945

def input_source_config
  @input_source_config
end

#output_source_config::Array[Types::OutputSource]

Returns the value of attribute output_source_config.

Returns:



946
947
948
# File 'sig/types.rbs', line 946

def output_source_config
  @output_source_config
end

#resolution_techniquesTypes::ResolutionTechniques

Returns the value of attribute resolution_techniques.



947
948
949
# File 'sig/types.rbs', line 947

def resolution_techniques
  @resolution_techniques
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def role_arn
  @role_arn
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def workflow_name
  @workflow_name
end