Class: Aws::Types::ListGraphsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graphs::Array[Types::GraphSummary]

Returns the value of attribute graphs.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def graphs
  @graphs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def next_token
  @next_token
end