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.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def blueprints @blueprints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def next_token @next_token end |