Class: Aws::Types::ListFlowAliasesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_alias_summaries::Array[Types::FlowAliasSummary]

Returns the value of attribute flow_alias_summaries.

Returns:



1785
1786
1787
# File 'sig/types.rbs', line 1785

def flow_alias_summaries
  @flow_alias_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def next_token
  @next_token
end