Class: Aws::Types::BatchGetBlueprintsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetBlueprintsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprints ⇒ ::Array[Types::Blueprint]
Returns the value of attribute blueprints.
-
#missing_blueprints ⇒ ::Array[::String]
Returns the value of attribute missing_blueprints.
Instance Attribute Details
#blueprints ⇒ ::Array[Types::Blueprint]
Returns the value of attribute blueprints.
304 305 306 |
# File 'sig/types.rbs', line 304 def blueprints @blueprints end |
#missing_blueprints ⇒ ::Array[::String]
Returns the value of attribute missing_blueprints.
305 306 307 |
# File 'sig/types.rbs', line 305 def missing_blueprints @missing_blueprints end |