Class: Aws::Types::ListDbSystemShapesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbSystemShapesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_system_shapes ⇒ ::Array[Types::DbSystemShapeSummary]
Returns the value of attribute db_system_shapes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#db_system_shapes ⇒ ::Array[Types::DbSystemShapeSummary]
Returns the value of attribute db_system_shapes.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def db_system_shapes @db_system_shapes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def next_token @next_token end |