Class: Aws::Types::ListGraphsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGraphsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graphs ⇒ ::Array[Types::GraphSummary]
Returns the value of attribute graphs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#graphs ⇒ ::Array[Types::GraphSummary]
Returns the value of attribute graphs.
513 514 515 |
# File 'sig/types.rbs', line 513 def graphs @graphs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
514 515 516 |
# File 'sig/types.rbs', line 514 def next_token @next_token end |