Class: Aws::Types::GetBlueprintRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBlueprintRunRequest
- 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.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def blueprint_name @blueprint_name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def run_id @run_id end |