Class: Aws::Types::BatchGetWorkflowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetWorkflowsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
Instance Attribute Details
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
445 446 447 |
# File 'sig/types.rbs', line 445 def include_graph @include_graph end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
444 445 446 |
# File 'sig/types.rbs', line 444 def names @names end |