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.
7105 7106 7107 |
# File 'sig/types.rbs', line 7105 def blueprint_name @blueprint_name end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
7106 7107 7108 |
# File 'sig/types.rbs', line 7106 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
7107 7108 7109 |
# File 'sig/types.rbs', line 7107 def role_arn @role_arn end |