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.
441 442 443 |
# File 'sig/types.rbs', line 441 def include_graph @include_graph end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
440 441 442 |
# File 'sig/types.rbs', line 440 def names @names end |