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.
300 301 302 |
# File 'sig/types.rbs', line 300 def blueprints @blueprints end |
#missing_blueprints ⇒ ::Array[::String]
Returns the value of attribute missing_blueprints.
301 302 303 |
# File 'sig/types.rbs', line 301 def missing_blueprints @missing_blueprints end |