Class: Aws::Types::StartSoftwareDeploymentToImageBuilderRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSoftwareDeploymentToImageBuilderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_builder_name ⇒ ::String
Returns the value of attribute image_builder_name.
-
#retry_failed_deployments ⇒ Boolean
Returns the value of attribute retry_failed_deployments.
Instance Attribute Details
#image_builder_name ⇒ ::String
Returns the value of attribute image_builder_name.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def image_builder_name @image_builder_name end |
#retry_failed_deployments ⇒ Boolean
Returns the value of attribute retry_failed_deployments.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def retry_failed_deployments @retry_failed_deployments end |