Class: Aws::Types::WorkflowTypeInfos
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowTypeInfos
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#type_infos ⇒ ::Array[Types::WorkflowTypeInfo]
Returns the value of attribute type_infos.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def next_page_token @next_page_token end |
#type_infos ⇒ ::Array[Types::WorkflowTypeInfo]
Returns the value of attribute type_infos.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def type_infos @type_infos end |