Class: Aws::Types::StartBlueprintRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBlueprintRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
7137 7138 7139 |
# File 'sig/types.rbs', line 7137 def blueprint_name @blueprint_name end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
7138 7139 7140 |
# File 'sig/types.rbs', line 7138 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
7139 7140 7141 |
# File 'sig/types.rbs', line 7139 def role_arn @role_arn end |