Class: Aws::Types::BlueprintDetails
- Inherits:
-
Object
- Object
- Aws::Types::BlueprintDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
553 554 555 |
# File 'sig/types.rbs', line 553 def blueprint_name @blueprint_name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
554 555 556 |
# File 'sig/types.rbs', line 554 def run_id @run_id end |