Class: Aws::Types::ListFlowOperationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_operations ⇒ ::Array[Types::FlowOperationMetadata]

Returns the value of attribute flow_operations.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def flow_operations
  @flow_operations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def next_token
  @next_token
end