Class: Aws::Types::GetRelationalDatabaseBlueprintsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseBlueprintsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprints ⇒ ::Array[Types::RelationalDatabaseBlueprint]
Returns the value of attribute blueprints.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#blueprints ⇒ ::Array[Types::RelationalDatabaseBlueprint]
Returns the value of attribute blueprints.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def blueprints @blueprints end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def next_page_token @next_page_token end |