Class: Aws::Types::GetMatchingWorkflowOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


343
344
345
# File 'sig/types.rbs', line 343

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def description
  @description
end

#incremental_run_configTypes::IncrementalRunConfig

Returns the value of attribute incremental_run_config.



345
346
347
# File 'sig/types.rbs', line 345

def incremental_run_config
  @incremental_run_config
end

#input_source_config::Array[Types::InputSource]

Returns the value of attribute input_source_config.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def input_source_config
  @input_source_config
end

#output_source_config::Array[Types::OutputSource]

Returns the value of attribute output_source_config.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def output_source_config
  @output_source_config
end

#resolution_techniquesTypes::ResolutionTechniques

Returns the value of attribute resolution_techniques.



342
343
344
# File 'sig/types.rbs', line 342

def resolution_techniques
  @resolution_techniques
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


347
348
349
# File 'sig/types.rbs', line 347

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


344
345
346
# File 'sig/types.rbs', line 344

def updated_at
  @updated_at
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def workflow_arn
  @workflow_arn
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def workflow_name
  @workflow_name
end