Class: Aws::Types::BatchGetBlueprintsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetBlueprintsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_blueprint ⇒ Boolean
Returns the value of attribute include_blueprint.
-
#include_parameter_spec ⇒ Boolean
Returns the value of attribute include_parameter_spec.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
Instance Attribute Details
#include_blueprint ⇒ Boolean
Returns the value of attribute include_blueprint.
294 295 296 |
# File 'sig/types.rbs', line 294 def include_blueprint @include_blueprint end |
#include_parameter_spec ⇒ Boolean
Returns the value of attribute include_parameter_spec.
295 296 297 |
# File 'sig/types.rbs', line 295 def include_parameter_spec @include_parameter_spec end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
293 294 295 |
# File 'sig/types.rbs', line 293 def names @names end |