Class: Aws::Types::TemplateSource
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Unknown, WorkflowId
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
539 540 541 |
# File 'sig/types.rbs', line 539 def unknown @unknown end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def workflow_id @workflow_id end |