Class: Aws::Types::ListGraphSnapshotsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGraphSnapshotsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_snapshots ⇒ ::Array[Types::GraphSnapshotSummary]
Returns the value of attribute graph_snapshots.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#graph_snapshots ⇒ ::Array[Types::GraphSnapshotSummary]
Returns the value of attribute graph_snapshots.
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.
502 503 504 |
# File 'sig/types.rbs', line 502 def next_token @next_token end |