Class: Aws::Types::MatchingWorkflowSummary
- Inherits:
-
Object
- Object
- Aws::Types::MatchingWorkflowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#resolution_type ⇒ "RULE_MATCHING", ...
Returns the value of attribute resolution_type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
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.
661 662 663 |
# File 'sig/types.rbs', line 661 def workflow_name @workflow_name end |