Class: Aws::Types::ListBlueprintsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBlueprintsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprints ⇒ ::Array[::String]
Returns the value of attribute blueprints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#blueprints ⇒ ::Array[::String]
Returns the value of attribute blueprints.
5123 5124 5125 |
# File 'sig/types.rbs', line 5123 def blueprints @blueprints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5124 5125 5126 |
# File 'sig/types.rbs', line 5124 def next_token @next_token end |