Class: Aws::Types::GetBlueprintsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBlueprintsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprints ⇒ ::Array[Types::Blueprint]
Returns the value of attribute blueprints.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#blueprints ⇒ ::Array[Types::Blueprint]
Returns the value of attribute blueprints.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def blueprints @blueprints end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def next_page_token @next_page_token end |