Class: Aws::Types::GetBlueprintRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBlueprintRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#include_blueprint ⇒ Boolean
Returns the value of attribute include_blueprint.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def include_blueprint @include_blueprint end |
#include_parameter_spec ⇒ Boolean
Returns the value of attribute include_parameter_spec.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def include_parameter_spec @include_parameter_spec end |
#name ⇒ ::String
Returns the value of attribute name.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def name @name end |