Class: Aws::Types::IdMappingWorkflowSummary
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingWorkflowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
465 466 467 |
# File 'sig/types.rbs', line 465 def created_at @created_at end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
466 467 468 |
# File 'sig/types.rbs', line 466 def updated_at @updated_at end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def workflow_arn @workflow_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
463 464 465 |
# File 'sig/types.rbs', line 463 def workflow_name @workflow_name end |