Class: Aws::Types::UpdateBlueprintRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBlueprintRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
7860 7861 7862 |
# File 'sig/types.rbs', line 7860 def blueprint_location @blueprint_location end |
#description ⇒ ::String
Returns the value of attribute description.
7859 7860 7861 |
# File 'sig/types.rbs', line 7859 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
7858 7859 7860 |
# File 'sig/types.rbs', line 7858 def name @name end |