Class: Aws::Types::MatchingWorkflowSummary

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)


663
664
665
# File 'sig/types.rbs', line 663

def created_at
  @created_at
end

#resolution_type"RULE_MATCHING", ...

Returns the value of attribute resolution_type.

Returns:

  • ("RULE_MATCHING", "ML_MATCHING", "PROVIDER")


665
666
667
# File 'sig/types.rbs', line 665

def resolution_type
  @resolution_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


664
665
666
# File 'sig/types.rbs', line 664

def updated_at
  @updated_at
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def workflow_arn
  @workflow_arn
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def workflow_name
  @workflow_name
end