Class: Aws::Types::ListFlowVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_version_summaries::Array[Types::FlowVersionSummary]

Returns the value of attribute flow_version_summaries.

Returns:



1798
1799
1800
# File 'sig/types.rbs', line 1798

def flow_version_summaries
  @flow_version_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def next_token
  @next_token
end