Class: Aws::Types::ListGraphSnapshotsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_snapshots::Array[Types::GraphSnapshotSummary]

Returns the value of attribute graph_snapshots.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def graph_snapshots
  @graph_snapshots
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def next_token
  @next_token
end